MCPcopy Create free account
hub / github.com/Botloader/botloader / get_self_user

Method get_self_user

cmd/blcmd/src/api_client.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 }
36
37 pub async fn get_self_user(&self) -> anyhow::Result<CurrentUser> {
38 self.get("api/current_user").await
39 }
40}

Callers 2

loginFunction · 0.80
check_loginFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected