MCPcopy Create free account
hub / github.com/chigraph/chigraph / makePure

Method makePure

libchigraph/src/NodeType.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void NodeType::makePure() {
36 setExecInputs({});
37 setExecOutputs({});
38
39 mPure = true;
40}
41
42NodeInstance* NodeType::nodeInstance() const { return mNodeInstance; }
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected