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

Method findGeneric

src/ast/ast_module.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695 }
696
697 FunctionPtr Module::findGeneric ( const string & mangledName ) const {
698 return generics.find(mangledName);
699 }
700
701 FunctionPtr Module::findUniqueFunction ( const string & mangledName ) const {
702 auto it = functionsByName.find(hash64z(mangledName.c_str()));

Callers 2

getOrCreateDummyMethod · 0.80
findExternalMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected