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

Function verifyCall

include/daScript/ast/ast.h:466–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 virtual void complete ( Context *, const FunctionPtr & ) { }
465 virtual bool simulate ( Context *, SimFunction * ) { return true; }
466 virtual bool verifyCall ( ExprCallFunc * /*call*/, const AnnotationArgumentList & /*args*/,
467 const AnnotationArgumentList & /*progArgs */, string & /*err*/ ) { return true; }
468 virtual ExpressionPtr transformCall ( ExprCallFunc * /*call*/, string & /*err*/ ) { return nullptr; }
469 virtual string aotName ( ExprCallFunc * call );
470 virtual string aotArgumentPrefix ( ExprCallFunc * /*call*/, int /*argIndex*/ ) { return ""; }

Callers

nothing calls this directly

Calls 3

isValidArgumentTypeFunction · 0.85
makeTypeInfoMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected