Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
login
Function · 0.80
check_login
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected