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

Method dispatch

include/daScript/ast/ast_visitor.h:380–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379 template <typename It, typename SimNodeT, bool first>
380 void ExprTableKeysOrValues<It,SimNodeT,first>::dispatch ( Visitor & vis ) {
381 vis.preVisit(static_cast<ExprLooksLikeCall*>(this));
382 }
383
384 template <typename It, typename SimNodeT>
385 ExpressionPtr ExprArrayCallWithSizeOrIndex<It,SimNodeT>::visit(Visitor & vis) {

Callers

nothing calls this directly

Calls 1

preVisitMethod · 0.45

Tested by

no test coverage detected