MCPcopy Create free account
hub / github.com/callstack/agent-device / isInstallLikeCommand

Function isInstallLikeCommand

src/daemon/client/daemon-client.ts:116–122  ·  view source on GitHub ↗
(command: string | undefined)

Source from the content-addressed store, hash-verified

114}
115
116function isInstallLikeCommand(command: string | undefined): boolean {
117 return (
118 command === PUBLIC_COMMANDS.install ||
119 command === PUBLIC_COMMANDS.reinstall ||
120 command === INTERNAL_COMMANDS.installSource
121 );
122}
123
124export function resolveDaemonRequestTimeoutMs(
125 req: Omit<DaemonRequest, 'token'>,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…