MCPcopy 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
12export function isUlid(value: string): boolean {
13 return isValid(value);
14}

Callers 1

request-id.test.tsFile · 0.90

Calls 1

isValidFunction · 0.85

Tested by

no test coverage detected