MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / do_trace

Method do_trace

include/chaiscript/language/chaiscript_tracer.hpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void do_trace(const chaiscript::detail::Dispatch_State &ds, const AST_Node_Impl<Tracer<T...>> *node) {
32 (void)std::initializer_list<int>{ (static_cast<T&>(*this).trace(ds, node), 0)... };
33 }
34
35 static void trace(const chaiscript::detail::Dispatch_State &ds, const AST_Node_Impl<Tracer<T...>> *node) {
36 ds->get_parser().get_tracer<Tracer<T...>>().do_trace(ds, node);

Callers 1

traceMethod · 0.80

Calls 1

traceMethod · 0.45

Tested by

no test coverage detected