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

Function cancel

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

Source from the content-addressed store, hash-verified

32 // helpers
33 void error ( const char * message );
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; }

Callers 6

walk_structMethod · 0.85
walk_tupleMethod · 0.85
walk_variantMethod · 0.85
walk_arrayMethod · 0.85
walk_tableMethod · 0.85
walkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected