MCPcopy Index your code
hub / github.com/tinyplex/tinybase / hasWindow

Function hasWindow

src/common/other.ts:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 dateObj.getUTCSeconds();
86
87export const hasWindow = (): boolean => !isUndefined(GLOBAL.window);
88
89export const isNull = (thing: unknown): thing is null => thing === null;
90

Callers 13

createListenableFunction · 0.90
addListenerEffectFunction · 0.90
getCellFunction · 0.90
getValueFunction · 0.90
getStoreIdsFunction · 0.90
getMetricsIdsFunction · 0.90
getIndexesIdsFunction · 0.90
getQueriesIdsFunction · 0.90
getRelationshipsIdsFunction · 0.90
getCheckpointsIdsFunction · 0.90
getPersisterIdsFunction · 0.90
getSynchronizerIdsFunction · 0.90

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…