Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/AI-Engineering-Coach
/ textForCodeScan
Function
textForCodeScan
src/core/parser-shared.ts:318–321 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
316
}
317
318
function
textForCodeScan(text: string): string {
319
if
(text.length <= MAX_CODE_SCAN_CHARS)
return
text;
320
return
text.slice(0, MAX_CODE_SCAN_CHARS);
321
}
322
323
/* ---- Factories ---- */
324
Callers
1
createRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected