Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
function
splitDataIds(value: string | null | undefined): Array<string> {
193
if
(!value)
return
[]
194
return
value.split(
','
).filter(Boolean)
195
}
Callers
2
createHoverTargetFromDataAttributes
Function · 0.85
hoverTargetMatchesElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected