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

Function canVisitDim

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

data structures

Source from the content-addressed store, hash-verified

34 virtual bool cancel () { return _cancel; }
35 // data structures
36 virtual bool canVisitDim ( char * ps, TypeInfo * ti ) { return true; }
37 virtual bool canVisitArray ( Array * ar, TypeInfo * ti ) { return true; }
38 virtual bool canVisitArrayData ( TypeInfo * ti, uint64_t count ) { return true; }
39 virtual bool canVisitHandle ( char * ps, TypeInfo * ti ) { return true; }

Callers 1

walkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected