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

Function beforeStructure_

include/daScript/simulate/data_walker.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return canVisitHandle(ps, info);
158 }
159 void beforeStructure_ ( char * ps, StructInfo * info ) {
160 visited.emplace_back(make_pair(ps,info->hash));
161 beforeStructure(ps, info);
162 }
163 void afterStructure_ ( char * ps, StructInfo * info ) {
164 visited.pop_back();
165 afterStructure(ps, info);

Callers 4

walk_structMethod · 0.85
walk_structMethod · 0.85
walk_structMethod · 0.85
walkMethod · 0.85

Calls 1

beforeStructureFunction · 0.85

Tested by

no test coverage detected