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

Method FunctionCall

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

Source from the content-addressed store, hash-verified

570 // function call statement, wraps a function call expression
571 struct FunctionCall : public Statement {
572 FunctionCall(Call *c) : call(c) { }
573 virtual void transpile(Transpiler& transpiler)
574 {
575 call->transpile(transpiler);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected