Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ isUlid
Function
isUlid
packages/protocol/src/request-id.ts:12–14 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
10
}
11
12
export
function
isUlid(value: string): boolean {
13
return
isValid(value);
14
}
Callers
1
request-id.test.ts
File · 0.90
Calls
1
isValid
Function · 0.85
Tested by
no test coverage detected