MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / getParseTiming

Function getParseTiming

src/core/parser-shared.ts:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222/** Snapshot the current sub-phase counters for logging. */
223export function getParseTiming(): ParseTiming {
224 return { ...parseTiming };
225}
226
227export const CODE_BLOCK_RE = /```(\w+)?\n([\s\S]*?)```/g;
228

Callers 1

logParseBreakdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected