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

Method trace

unittests/compiled_tests.cpp:1019–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017 int count = 0;
1018 template<typename T>
1019 void trace(const chaiscript::detail::Dispatch_State &, const chaiscript::eval::AST_Node_Impl<T> *)
1020 {
1021 ++count;
1022 }
1023};
1024
1025

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected