MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / validateLogId

Function validateLogId

src/main.tsx:5314–5318  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

5312 // ant-only commands
5313 if (process.env.USER_TYPE === 'ant') {
5314 const validateLogId = (value: string) => {
5315 const maybeSessionId = validateUuid(value);
5316 if (maybeSessionId) return maybeSessionId;
5317 return Number(value);
5318 };
5319 // claude log
5320 program
5321 .command('log')

Callers

nothing calls this directly

Calls 1

validateUuidFunction · 0.50

Tested by

no test coverage detected