MCPcopy
hub / github.com/opentrace/opentrace / initParsers

Function initParsers

ui/src/components/pipeline/stages/parsing.ts:38–40  ·  view source on GitHub ↗
(map: ParserMap)

Source from the content-addressed store, hash-verified

36
37/** Register parsers for use by the parsing stage. Call once during init. */
38export function initParsers(map: ParserMap): void {
39 parsers = map;
40}
41
42export function getExtractor(
43 language: string,

Callers 6

pipeline.test.tsFile · 0.90
github.test.tsFile · 0.90
cross-repo.test.tsFile · 0.90
parsing.test.tsFile · 0.90
fixture.test.tsFile · 0.90
ensureParsersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected