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

Method renameExecOutput

libchigraph/src/GraphFunction.cpp:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void GraphFunction::renameExecOutput(size_t idx, std::string name) {
352 // invalidate the cache
353 module().updateLastEditTime();
354
355 if (idx < mExecOutputs.size()) { mExecOutputs[idx] = std::move(name); }
356 updateExits();
357}
358
359void GraphFunction::updateEntries() {
360 auto matching = nodesWithType("lang", "entry");

Callers 1

Calls 1

updateLastEditTimeMethod · 0.80

Tested by

no test coverage detected