Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
447
export
function
isUuidV4(value: string): boolean {
448
return
PATTERNS.UUID_V4.test(value)
449
}
450
451
export
function
startsWithUuid(value: string): boolean {
452
return
PATTERNS.UUID_PREFIX.test(value)
Callers
1
route.ts
File · 0.90
Calls
1
test
Method · 0.80
Tested by
no test coverage detected