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

Method findFunctionByMangledNameHash

src/ast/ast_module.cpp:689–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 }
688
689 FunctionPtr Module::findFunctionByMangledNameHash ( uint64_t hash ) const {
690 return functions.find(hash);
691 }
692
693 FunctionPtr Module::findFunction ( const string & mangledName ) const {
694 return functions.find(mangledName);

Callers 2

serializeUseFunctionsFunction · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected