MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / User

Class User

chirpstack/src/api/user.rs:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12use crate::storage::{tenant, user};
13
14pub struct User {
15 validator: validator::RequestValidator,
16}
17
18impl User {
19 pub fn new(validator: validator::RequestValidator) -> Self {

Callers 13

get_requestFunction · 0.70
test_applicationFunction · 0.70
get_requestFunction · 0.70
test_tenantFunction · 0.70
get_requestFunction · 0.70
test_gatewayFunction · 0.70
test_gateway_statsFunction · 0.70
get_requestFunction · 0.70
test_userFunction · 0.70
get_requestFunction · 0.70
get_requestFunction · 0.70

Calls

no outgoing calls

Tested by 6

test_applicationFunction · 0.56
test_tenantFunction · 0.56
test_gatewayFunction · 0.56
test_gateway_statsFunction · 0.56
test_userFunction · 0.56