Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ blob-resolver.test.ts
File
blob-resolver.test.ts
apps/vis/server/test/lib/blob-resolver.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
import
{ resolveBlobRefUrl, isSafeBlobHash, rehydrateWireEntries } from
'../../src/lib/blob-resolver'
;
3
4
describe(
'blob-resolver'
, () => {
Callers
nothing calls this directly
Calls
3
resolveBlobRefUrl
Function · 0.90
isSafeBlobHash
Function · 0.90
rehydrateWireEntries
Function · 0.90
Tested by
no test coverage detected