Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
223
export
function
getParseTiming(): ParseTiming {
224
return
{ ...parseTiming };
225
}
226
227
export
const
CODE_BLOCK_RE = /```(\w+)?\n([\s\S]*?)```/g;
228
Callers
1
logParseBreakdown
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected