Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
export
function
findCommandMetadata(name: string): AnyCommandMetadata | undefined {
38
return
commandMetadataMap.get(name as CommandName);
39
}
Callers
4
prepareBatchDaemonCommandRequest
Function · 0.90
prepareDaemonCommandRequest
Function · 0.90
command-flags.test.ts
File · 0.90
listMcpCommandMetadata
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected