Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ duplicate-instance-check.ts
File
duplicate-instance-check.ts
packages/db/src/duplicate-instance-check.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ DuplicateDbInstanceError } from
'./errors'
2
3
/**
4
* Check
if
we're in a browser top-level window (not a worker, SSR, or iframe).
Callers
nothing calls this directly
Calls
1
isBrowserTopWindow
Function · 0.85
Tested by
no test coverage detected