MCPcopy 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
121const isPersistentTabArray = (v: unknown): v is PersistentTab[] =>
122 Array.isArray(v);
123
124const currentScope = (): {
125 wsScope: string;

Callers 1

readOpenTabsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected