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

Function afterStructure_

include/daScript/simulate/data_walker.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 beforeStructure(ps, info);
162 }
163 void afterStructure_ ( char * ps, StructInfo * info ) {
164 visited.pop_back();
165 afterStructure(ps, info);
166 }
167 void afterStructureCancel_ ( char * ps, StructInfo * info ) {
168 visited.pop_back();
169 afterStructureCancel(ps, info);

Callers 4

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

Calls 1

afterStructureFunction · 0.85

Tested by

no test coverage detected