MCPcopy Create free account
hub / github.com/Genivia/RE-flex / Function

Method Function

examples/lua.hpp:500–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 struct FunctionName;
499 struct Function : public Statement {
500 Function(FunctionName *f, Lambda *l) : functionname(f), lambda(l) { }
501 virtual void transpile(Transpiler& transpiler)
502 {
503 if (functionname->namelist->size() == 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected