MCPcopy
hub / github.com/inkeep/open-knowledge / recordEmbedProbe

Function recordEmbedProbe

packages/server/src/embed-probe.ts:60–62  ·  view source on GitHub ↗
(entry: EmbedProbeEntry)

Source from the content-addressed store, hash-verified

58export const embedProbeRing = new RingBuffer<EmbedProbeEntry>(EMBED_PROBE_CAPACITY);
59
60export function recordEmbedProbe(entry: EmbedProbeEntry): void {
61 embedProbeRing.push(entry);
62}
63
64const CURSOR_UA_RE = UA_PATTERNS.cursor;
65const CODEX_UA_RE = UA_PATTERNS.codex;

Callers 2

onRequestFunction · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected