Searched refs:LogExistsKey (Results 1 – 4 of 4) sorted by relevance
15 export const LogExistsKey = 'log-exists'; constant
21 LogExistsKey162 id: LogExistsKey,
29 LogExistsKey113 if ([LogExistsKey, LogBoundsKey, LogEntriesKey].includes(args.id)) {114 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;
18 import {LogExists, LogExistsKey} from '../common/logs';54 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;