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

Function isHiddenCommand

src/commands/interaction/runtime/selector-read.ts:340–348  ·  view source on GitHub ↗
(
  runtime,
  options,
)

Source from the content-addressed store, hash-verified

338 });
339
340export const isHiddenCommand: RuntimeCommand<IsSelectorCommandOptions, IsCommandResult> = async (
341 runtime,
342 options,
343): Promise<IsCommandResult> =>
344 await isCommand(runtime, {
345 ...options,
346 predicate: 'hidden',
347 selector: options.target.selector,
348 });
349
350export const waitCommand: RuntimeCommand<WaitCommandOptions, WaitCommandResult> = async (
351 runtime,

Callers

nothing calls this directly

Calls 1

isCommandFunction · 0.85

Tested by

no test coverage detected