Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/zx
/ buffer
Method
buffer
src/core.ts:923–925 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
921
}
922
923
buffer(): Buffer {
924
return
Buffer.from(this.stdall)
925
}
926
927
blob(
type
=
'text/plain'
): Blob {
928
if
(!globalThis.Blob)
Callers
4
blob
Method · 0.95
text
Method · 0.95
core.test.js
File · 0.80
buffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected