Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ request-id.test.ts
File
request-id.test.ts
packages/protocol/src/__tests__/request-id.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
{ ulid } from
'ulid'
;
3
4
import
{ isUlid, parseOrGenerateRequestId, ulidRegex } from
'../request-id'
;
Callers
nothing calls this directly
Calls
3
parseOrGenerateRequestId
Function · 0.90
isUlid
Function · 0.90
ulid
Function · 0.85
Tested by
no test coverage detected