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

Class ASynchronousMethod

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

Source from the content-addressed store, hash-verified

119};
120
121class ASynchronousMethod final : public Statement{
122public:
123 std::string methodName;
124
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{
135public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected