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

Method is_valid

src/langfuse/tracer.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165Tracer::~Tracer() = default;
166
167bool Tracer::is_valid() const {
168 return !config_.host.empty() && !config_.public_key.empty() &&
169 !config_.secret_key.empty();
170}
171
172Tracer::HttpState& Tracer::http_state() {
173 // Caller must hold mu_.

Callers 5

execute_toolMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
demonstrate_validationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected