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

Function canVisitTableData

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

Source from the content-addressed store, hash-verified

42 virtual bool canVisitVariant ( char * ps, TypeInfo * ti ) { return true; }
43 virtual bool canVisitTable ( char * ps, TypeInfo * ti ) { return true; }
44 virtual bool canVisitTableData ( TypeInfo * ti ) { return true; }
45 virtual bool canVisitPointer ( TypeInfo * ti ) { return true; }
46 virtual bool canVisitLambda ( TypeInfo * ti ) { return true; }
47 virtual bool canVisitIterator ( TypeInfo * ti ) { return true; }

Callers 3

walk_tableMethod · 0.85
walk_tableMethod · 0.85
walk_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected