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

Method start_step

graphlite/src/plan/trace.rs:82–84  ·  view source on GitHub ↗

Start tracing a new planning step

(&mut self, _phase: PlanningPhase, _description: String)

Source from the content-addressed store, hash-verified

80
81 /// Start tracing a new planning step
82 pub fn start_step(&mut self, _phase: PlanningPhase, _description: String) {
83 self.current_step_start = Some(Instant::now());
84 }
85
86 /// End the current step and record it
87 pub fn end_step(

Callers 2

trace_stepMethod · 0.80
plan_query_with_traceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected