Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/di-sukharev/opencommit
/ arrayBuffer
Method
arrayBuffer
out/cli.cjs:56122–56124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56120
async
json() {
56121
return
consume(this,
"json"
);
56122
}
56123
// https://fetch.spec.whatwg.org/#dom-body-blob
56124
async
blob() {
56125
return
consume(this,
"blob"
);
56126
}
56127
// https://fetch.spec.whatwg.org/#dom-body-arraybuffer
Callers
nothing calls this directly
Calls
1
consume
Function · 0.85
Tested by
no test coverage detected