MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~Statement

Method ~Statement

InterfaceCompiler/main.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 Statement(StatementType t) { type = t; }
90
91 virtual ~Statement() = default;
92};
93
94class InterfaceDeclarationStatement final : public Statement {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected