MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / Trace

Method Trace

src/langfuse/tracer.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236// ---------------------------------------------------------------------------
237
238Trace::Trace(Tracer& tracer, std::string id, std::string name)
239 : tracer_(tracer),
240 id_(std::move(id)),
241 name_(std::move(name)),
242 trace_start_(std::chrono::system_clock::now()) {}
243
244void Trace::set_input(JsonValue input) {
245 if (ended_.load())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected