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

Method setExecInputs

libchigraph/src/NodeType.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void NodeType::setExecInputs(std::vector<std::string> newInputs) {
28 mExecInputs = std::move(newInputs);
29}
30
31void NodeType::setExecOutputs(std::vector<std::string> newOutputs) {
32 mExecOutputs = std::move(newOutputs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected