Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
build
Method · 0.95
spanStart
Method · 0.45
spanEnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected