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

Method setExecOutputs

libchigraph/src/NodeType.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void NodeType::setExecOutputs(std::vector<std::string> newOutputs) {
32 mExecOutputs = std::move(newOutputs);
33}
34
35void NodeType::makePure() {
36 setExecInputs({});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected