MCPcopy Create free account
hub / github.com/GCWing/BitFun / client_entry

Function client_entry

src/apps/cli/src/acp_cli.rs:522–524  ·  view source on GitHub ↗
(value: &'a Value, client_id: &str)

Source from the content-addressed store, hash-verified

520}
521
522fn client_entry<'a>(value: &'a Value, client_id: &str) -> Option<&'a Value> {
523 value.get("acpClients")?.as_object()?.get(client_id)
524}
525
526fn print_client_info(info: &AcpClientInfo) {
527 println!(

Callers 1

disable_external_clientFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected