Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ lookup
Method
lookup
lib/core/tree.js:145–147 ·
view source on GitHub ↗
* @param {Uint8Array} key * @returns {any}
(key)
Source
from the content-addressed store, hash-verified
143
* @returns {any}
144
*/
145
lookup (key) {
146
return
this.node?.search(key)?.value ?? null
147
}
148
}
149
150
const
tree =
new
TernarySearchTree()
Callers
5
runLookup
Method · 0.80
headerNameToString
Function · 0.80
bufferToLowerCasedHeaderName
Function · 0.80
tree.js
File · 0.80
tree.mjs
File · 0.80
Calls
1
search
Method · 0.80
Tested by
no test coverage detected