MCPcopy Index your code
hub / github.com/simstudioai/sim / isUuid

Function isUuid

apps/sim/executor/constants.ts:443–445  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

441} as const
442
443export function isUuid(value: string): boolean {
444 return PATTERNS.UUID.test(value)
445}
446
447export function isUuidV4(value: string): boolean {
448 return PATTERNS.UUID_V4.test(value)

Calls 1

testMethod · 0.80

Tested by

no test coverage detected