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

Method setDataOutputs

libchigraph/src/NodeType.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void NodeType::setDataOutputs(
23 std::vector<chi::NamedDataType, std::allocator<chi::NamedDataType> > newOutputs) {
24 mDataOutputs = std::move(newOutputs);
25}
26
27void NodeType::setExecInputs(std::vector<std::string> newInputs) {
28 mExecInputs = std::move(newInputs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected