Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ registerFusion
Function
registerFusion
src/simulate/simulate_fusion.cpp:248–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void registerFusion ( const char * OpName, const char * CTypeName, FusionPoint * node ) {
249
(**g_fusionEngine)[fuseName(OpName,CTypeName)].emplace_back(node);
250
}
251
252
}
253
Callers
nothing calls this directly
Calls
1
fuseName
Function · 0.85
Tested by
no test coverage detected