Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chigraph/chigraph
/ clone
Method
clone
libchigraph/src/LangModule.cpp:367–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
std::unique_ptr<NodeType> clone() const override {
368
return std::make_unique<FloatToIntNodeType>(*this);
369
}
370
};
371
372
/// \internal
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected