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

Method findCall

src/ast/ast_module.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 }
738
739 ExprCallFactory * Module::findCall ( const string & na ) const {
740 auto it = callThis.find(na);
741 return it != callThis.end() ? &it->second : nullptr;
742 }
743
744 static bool appendBuiltinModuleContent ( Module * target, ProgramPtr program, const string & modName ) {
745 if ( !program ) {

Callers 4

makeCallMethod · 0.80
makeCallMacroMethod · 0.80
findModuleCallMacroFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected