MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / FunctionDef

Class FunctionDef

source/src/scriptinterpreter.h:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 StatementList body;
85 };
86 struct FunctionDef
87 {
88 std::string name;
89 std::vector<std::string> parameters;
90 StatementList body;
91 };
92 struct ReturnStmt
93 {
94 std::string expression;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected