MCPcopy Create free account
hub / github.com/TanStack/ai / splitDataIds

Function splitDataIds

packages/ai-devtools/src/components/hooks/preview-model.ts:192–195  ·  view source on GitHub ↗
(value: string | null | undefined)

Source from the content-addressed store, hash-verified

190}
191
192function splitDataIds(value: string | null | undefined): Array<string> {
193 if (!value) return []
194 return value.split(',').filter(Boolean)
195}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected