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

Method walk

include/daScript/ast/ast.h:578–578  ·  view source on GitHub ↗

data walker

Source from the content-addressed store, hash-verified

576 virtual SimNode * simulateGetIterator ( Context &, const LineInfo &, ExpressionPtr ) const { return nullptr; }
577 // data walker
578 virtual void walk ( DataWalker &, void * ) { }
579 // familiar patterns
580 virtual bool isYetAnotherVectorTemplate() const { return false; } // has [], there is length(x), data is linear in memory
581 // factory

Callers 2

das_string_builderFunction · 0.45
das_string_builder_tempFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected