Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ isPersistentTabArray
Function
isPersistentTabArray
frontend/src/react/stores/sqlEditor/tab.ts:121–122 ·
view source on GitHub ↗
(v: unknown)
Source
from the content-addressed store, hash-verified
119
};
120
121
const
isPersistentTabArray = (v: unknown): v is PersistentTab[] =>
122
Array.isArray(v);
123
124
const
currentScope = (): {
125
wsScope: string;
Callers
1
readOpenTabs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected