Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ envelope.test.ts
File
envelope.test.ts
packages/protocol/src/__tests__/envelope.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ z } from
'zod'
;
3
4
import
{ envelopeSchema, errEnvelope, okEnvelope,
type
Envelope } from
'../envelope'
;
Callers
nothing calls this directly
Calls
4
okEnvelope
Function · 0.90
envelopeSchema
Function · 0.90
errEnvelope
Function · 0.90
values
Method · 0.65
Tested by
no test coverage detected