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

Method node

src/llhttp/url.ts:214–220  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

212 }
213
214 private node(name: string): Match {
215 const res = this.llparse.node('url_' + name);
216
217 res.match([ '\t', '\f' ], this.errorInvalid);
218
219 return res;
220 }
221}

Callers 3

buildMethod · 0.95
spanStartMethod · 0.45
spanEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected