MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / stats

Method stats

src/llm/speculative.ts:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 stats(): { withDraftTps: number | null; withoutDraftTps: number | null } {
177 return { withDraftTps: this.median(this.withDraft), withoutDraftTps: this.median(this.withoutDraft) };
178 }
179}
180
181/**

Callers

nothing calls this directly

Calls 1

medianMethod · 0.95

Tested by

no test coverage detected