MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / parseFunctionArguments

Function parseFunctionArguments

src/parser/parser_impl.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 ExprLooksLikeCall * parseFunctionArguments ( ExprLooksLikeCall * pCall, Expression * arguments ) {
90 if ( arguments ) {
91 pCall->arguments = sequenceToList(arguments);
92 }
93 return pCall;
94 }
95
96 void deleteNameExprList ( vector<tuple<string,Expression *>> * list ) {
97 if ( !list ) return;

Callers 3

yyparseFunction · 0.85
yyparseFunction · 0.85
yyparseFunction · 0.85

Calls 1

sequenceToListFunction · 0.85

Tested by

no test coverage detected