Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chigraph/chigraph
/ CmpOp
Enum
CmpOp
libchigraph/src/LangModule.cpp:461–461 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
};
460
461
enum class CmpOp { Lt, Gt, Let, Get, Eq, Neq };
462
463
struct CompareNodeType : NodeType {
464
CompareNodeType(LangModule& mod, DataType ty, CmpOp op)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected