MCPcopy 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

1import { describe, it, expect } from 'vitest';
2import { resolveBlobRefUrl, isSafeBlobHash, rehydrateWireEntries } from '../../src/lib/blob-resolver';
3
4describe('blob-resolver', () => {

Callers

nothing calls this directly

Calls 3

resolveBlobRefUrlFunction · 0.90
isSafeBlobHashFunction · 0.90
rehydrateWireEntriesFunction · 0.90

Tested by

no test coverage detected