| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected