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

Function canVisitTuple

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

Source from the content-addressed store, hash-verified

39 virtual bool canVisitHandle ( char * ps, TypeInfo * ti ) { return true; }
40 virtual bool canVisitStructure ( char * ps, StructInfo * si ) { return true; }
41 virtual bool canVisitTuple ( char * ps, TypeInfo * ti ) { return true; }
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; }

Callers 2

walk_tupleMethod · 0.85
walk_tupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected