MCPcopy Index your code
hub / github.com/nodejs/llhttp / buildNode

Function buildNode

test/md-test.ts:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const modeCache = new Map<string, FixtureResult>();
18
19function buildNode() {
20 const p = new LLParse();
21 const instance = new llhttp.HTTP(p);
22
23 return { llparse: p, entry: instance.build().entry };
24}
25
26function buildURL() {
27 const p = new LLParse();

Callers 1

buildModeFunction · 0.85

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected