Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ visitFinal
Method
visitFinal
src/simulate/simulate_visit.cpp:808–810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
806
}
807
808
void SimNode_Final::visitFinal ( SimVisitor & vis ) {
809
vis.sub(finalList, totalFinal,
"final"
);
810
}
811
812
SimNode * SimNode_Final::visit ( SimVisitor & vis ) {
813
V_BEGIN_CR();
Callers
nothing calls this directly
Calls
1
sub
Method · 0.45
Tested by
no test coverage detected