Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chigraph/chigraph
/ clone
Method
clone
libchigraph/src/LangModule.cpp:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
std::unique_ptr<NodeType> clone() const override { return std::make_unique<IfNodeType>(*this); }
48
};
49
50
struct EntryNodeType : NodeType {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected