Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/middleapi/orpc
/ buffer.test.ts
File
buffer.test.ts
packages/shared/src/buffer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ readAsBuffer } from
'./buffer'
2
3
it(
'readAsBuffer'
,
async
() => {
4
const
blob =
new
Blob([
'test'
], {
type
:
'text/plain'
})
Callers
nothing calls this directly
Calls
3
readAsBuffer
Function · 0.90
decode
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected