Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lukeed/polka
/ getHeader
Method
getHeader
tests/util/mock.js:25–27 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
23
return
arr;
24
}
25
getHeader(key) {
26
return
this.headers[key.toLowerCase()];
27
}
28
setHeader(key, val) {
29
this.headers[key.toLowerCase()] = val;
30
}
Callers
3
index.js
File · 0.80
send.js
File · 0.80
send-type.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected