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

Function getParserModule

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

Source from the content-addressed store, hash-verified

42
43/** Always succeeds — pure-TS needs no init. */
44export function getParserModule(): ParserModule | null {
45 return MODULE
46}
47
48// ───────────────────────────── Tokenizer ─────────────────────────────
49

Callers 2

parseCommandFunction · 0.85
parseCommandRawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected