Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ createHttpHeaders
Function
createHttpHeaders
out/cli.cjs:76147–76149 ·
view source on GitHub ↗
(rawHeaders)
Source
from the content-addressed store, hash-verified
76145
}
76146
/**
76147
* Iterate over tuples of header [name, value] pairs.
76148
*/
76149
[Symbol.iterator]() {
76150
return
headerIterator(this._headersMap);
76151
}
76152
};
Callers
4
prepareFormData
Function · 0.85
getResponseHeaders
Function · 0.85
constructor
Method · 0.85
buildPipelineRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected