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

Function revisitStructure

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

this is to avoid loops

Source from the content-addressed store, hash-verified

135
136 // this is to avoid loops
137 virtual bool revisitStructure ( char * ps, StructInfo * si ) { return false; }
138 virtual bool revisitHandle ( char * ps, TypeInfo * ti ) { return false; }
139
140 using loop_point = pair<void *,uint64_t>;

Callers 1

canVisitStructure_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected