MCPcopy Index your code
hub / github.com/callstack/agent-device / hasExplicitDeviceSelector

Function hasExplicitDeviceSelector

src/daemon/device-selector-intent.ts:17–19  ·  view source on GitHub ↗
(flags: CommandFlags | undefined)

Source from the content-addressed store, hash-verified

15];
16
17export function hasExplicitDeviceSelector(flags: CommandFlags | undefined): boolean {
18 return hasAnySelectorValue(flags, EXPLICIT_DEVICE_SELECTOR_KEYS);
19}
20
21export function hasLockableDeviceSelector(flags: CommandFlags | undefined): boolean {
22 return hasAnySelectorValue(flags, LOCKABLE_DEVICE_SELECTOR_KEYS);

Calls 1

hasAnySelectorValueFunction · 0.85

Tested by

no test coverage detected