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

Function das_to_string

src/simulate/debug_info.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92 string das_to_string ( Type t ) {
93 return g_typeTable.find(t);
94 }
95
96 Type nameToBasicType(const string & name) {
97 return g_typeTable.find(name, Type::none);

Callers 15

yyparseFunction · 0.85
visitMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
debug_typeFunction · 0.85
getTypeInfoMangledNameFunction · 0.85
yyparseFunction · 0.85
yyparseFunction · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected