Skip to content

Commit f15eccb

Browse files
committed
Model import TODO
1 parent a375703 commit f15eccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hugr-core/src/import.rs

+1
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ impl<'a> Context<'a> {
396396
let optype = OpType::FuncDefn(FuncDefn {
397397
name: symbol.name.to_string(),
398398
signature,
399+
public: true, // TODO: identify whether name is exported?
399400
});
400401

401402
let node = ctx.make_node(node_id, optype, parent)?;

0 commit comments

Comments
 (0)