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

Method ASynchronousMethod

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

Source from the content-addressed store, hash-verified

125 ParameterList parameters;
126
127 ASynchronousMethod(const std::string& name){
128 methodName = name;
129
130 type = StatementAsynchronousMethod;
131 }
132};
133
134class SynchronousMethod final : public Statement{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected