Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Statement
Method
Statement
InterfaceCompiler/main.cpp:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
StatementType type = StatementInvalid;
87
88
Statement() = default;
89
Statement(StatementType t) { type = t; }
90
91
virtual ~Statement() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected