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

Function findCommandMetadata

src/commands/command-metadata.ts:37–39  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

35}
36
37export function findCommandMetadata(name: string): AnyCommandMetadata | undefined {
38 return commandMetadataMap.get(name as CommandName);
39}

Callers 4

listMcpCommandMetadataFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected