MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / trace_step

Method trace_step

graphlite/src/plan/trace.rs:126–134  ·  view source on GitHub ↗

Trace a simple step with timing

(
        &mut self,
        phase: PlanningPhase,
        description: String,
        metadata: TraceMetadata,
    )

Source from the content-addressed store, hash-verified

124
125 /// Trace a simple step with timing
126 pub fn trace_step(
127 &mut self,
128 phase: PlanningPhase,
129 description: String,
130 metadata: TraceMetadata,
131 ) {
132 self.start_step(phase.clone(), description.clone());
133 self.end_step(phase, description, None, None, None, metadata);
134 }
135}
136
137impl PlanTrace {

Callers 1

plan_query_with_traceMethod · 0.80

Calls 3

start_stepMethod · 0.80
cloneMethod · 0.80
end_stepMethod · 0.80

Tested by

no test coverage detected