Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ file-schemas.ts
File
file-schemas.ts
apps/sim/lib/uploads/utils/file-schemas.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ z } from
'zod'
2
import
{ isInternalFileUrl } from
'@/lib/uploads/utils/file-utils'
3
4
const
isUrlLike = (value: string) =>
Callers
nothing calls this directly
Calls
2
isInternalFileUrl
Function · 0.90
isUrlLike
Function · 0.70
Tested by
no test coverage detected