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

Method renameExecInput

libchigraph/src/GraphFunction.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void GraphFunction::renameExecInput(size_t idx, std::string name) {
323 // invalidate the cache
324 module().updateLastEditTime();
325
326 if (idx < mExecInputs.size()) { mExecInputs[idx] = std::move(name); }
327 updateEntries();
328}
329
330void GraphFunction::addExecOutput(std::string name, size_t addBefore) {
331 // invalidate the cache

Callers 1

Calls 1

updateLastEditTimeMethod · 0.80

Tested by

no test coverage detected