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