Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ findFunction
Method
findFunction
src/ast/ast_module.cpp:693–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
}
692
693
FunctionPtr Module::findFunction ( const string & mangledName ) const {
694
return functions.find(mangledName);
695
}
696
697
FunctionPtr Module::findGeneric ( const string & mangledName ) const {
698
return generics.find(mangledName);
Callers
15
testBindEnumFunction
Function · 0.45
aot_compile
Function · 0.45
makeStructureDebugInfo
Method · 0.45
das_context_find_function
Function · 0.45
jit_init_extern_function
Function · 0.45
pinvoke_impl
Function · 0.45
invokeInDebugAgent2
Function · 0.45
has_function
Function · 0.45
findRttiFunction
Function · 0.45
ModuleFileAccess
Method · 0.45
findExternal
Method · 0.45
main
Function · 0.45
Calls
1
find
Method · 0.45
Tested by
1
testBindEnumFunction
Function · 0.36