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

Function fuseName

src/simulate/simulate_fusion.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 string fuseName ( const string & name, const string & typeName ) {
126 return typeName.empty() ? name : (name + "<" + typeName + ">");
127 }
128
129 // TODO: at some point we should share fusion engine
130 inline DAS_THREAD_LOCAL(unique_ptr<FusionEngine>) g_fusionEngine;

Callers 2

visitMethod · 0.85
registerFusionFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected