MCPcopy 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

1import { z } from 'zod'
2import { isInternalFileUrl } from '@/lib/uploads/utils/file-utils'
3
4const isUrlLike = (value: string) =>

Callers

nothing calls this directly

Calls 2

isInternalFileUrlFunction · 0.90
isUrlLikeFunction · 0.70

Tested by

no test coverage detected