MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SynchronousMethod

Method SynchronousMethod

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

Source from the content-addressed store, hash-verified

139 ParameterList returnParameters;
140
141 SynchronousMethod(const std::string& name){
142 methodName = name;
143
144 type = StatementSynchronousMethod;
145 }
146};
147
148class Token{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected