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

Method Tracer

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

Source from the content-addressed store, hash-verified

23 struct Tracer : T...
24 {
25 Tracer() = default;
26 explicit Tracer(T ... t)
27 : T(std::move(t))...
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected