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

Method setDataInputs

libchigraph/src/NodeType.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15std::string NodeType::qualifiedName() const { return module().fullName() + ":" + name(); }
16
17void NodeType::setDataInputs(
18 std::vector<chi::NamedDataType, std::allocator<chi::NamedDataType> > newInputs) {
19 mDataInputs = std::move(newInputs);
20}
21
22void NodeType::setDataOutputs(
23 std::vector<chi::NamedDataType, std::allocator<chi::NamedDataType> > newOutputs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected