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

Function isUuidV4

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

Source from the content-addressed store, hash-verified

445}
446
447export function isUuidV4(value: string): boolean {
448 return PATTERNS.UUID_V4.test(value)
449}
450
451export function startsWithUuid(value: string): boolean {
452 return PATTERNS.UUID_PREFIX.test(value)

Callers 1

route.tsFile · 0.90

Calls 1

testMethod · 0.80

Tested by

no test coverage detected