MCPcopy Create free account
hub / github.com/bnjbvr/trinity / admin

Method admin

modules/libcommand/src/lib.rs:69–73  ·  view source on GitHub ↗
(cmd: String, author_id: String, room: String)

Source from the content-addressed store, hash-verified

67 }
68
69 fn admin(cmd: String, author_id: String, room: String) -> Vec<module::messaging::Action> {
70 let mut client = CommandClient::new(room.clone(), author_id);
71 Self::on_admin(&mut client, &cmd);
72 consume_client(client)
73 }
74}
75
76pub struct Recipient(pub String);

Callers

nothing calls this directly

Calls 1

consume_clientFunction · 0.85

Tested by

no test coverage detected