MCPcopy Index your code
hub / github.com/codeaashu/claude-code / ensureParserInitialized

Function ensureParserInitialized

src/utils/bash/bashParser.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38/** No-op: pure-TS parser needs no async init. Kept for API compatibility. */
39export function ensureParserInitialized(): Promise<void> {
40 return READY
41}
42
43/** Always succeeds — pure-TS needs no init. */
44export function getParserModule(): ParserModule | null {

Callers 3

ensureInitializedFunction · 0.85
parseCommandFunction · 0.85
parseCommandRawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected