MCPcopy Create free account
hub / github.com/dfinity/orbit / get_user

Function get_user

core/control-panel/impl/src/controllers/user.rs:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22#[query(name = "get_user")]
23async fn get_user() -> ApiResult<GetUserResponse> {
24 CONTROLLER.get_user().await
25}
26
27#[update(name = "set_user_active")]
28async fn set_user_active() -> ApiResult<()> {

Callers

nothing calls this directly

Calls 1

get_userMethod · 0.45

Tested by

no test coverage detected