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

Function buildRequestFlags

src/commands/command-flags.ts:11–19  ·  view source on GitHub ↗
(
  options: InternalRequestOptions,
  metadataFlags: Partial<CommandFlags> | undefined,
)

Source from the content-addressed store, hash-verified

9);
10
11export function buildRequestFlags(
12 options: InternalRequestOptions,
13 metadataFlags: Partial<CommandFlags> | undefined,
14): CommandFlags {
15 return {
16 ...buildFlags(options),
17 ...metadataFlags,
18 };
19}
20
21export function readMetadataCommandFlags(
22 metadata: Pick<CommandMetadata<string, unknown>, 'inputSchema'>,

Callers 2

executeFunction · 0.90
readBatchDaemonStepFunction · 0.90

Calls 1

buildFlagsFunction · 0.90

Tested by

no test coverage detected