MCPcopy 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

1import { describe, expect, it } from 'vitest';
2import { z } from 'zod';
3
4import { envelopeSchema, errEnvelope, okEnvelope, type Envelope } from '../envelope';

Callers

nothing calls this directly

Calls 4

okEnvelopeFunction · 0.90
envelopeSchemaFunction · 0.90
errEnvelopeFunction · 0.90
valuesMethod · 0.65

Tested by

no test coverage detected