Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
use crate::storage::{tenant, user};
13
14
pub struct User {
15
validator: validator::RequestValidator,
16
}
17
18
impl User {
19
pub fn new(validator: validator::RequestValidator) -> Self {
Callers
13
get_request
Function · 0.70
test_application
Function · 0.70
get_request
Function · 0.70
test_tenant
Function · 0.70
get_request
Function · 0.70
test_gateway
Function · 0.70
test_gateway_stats
Function · 0.70
test_gateway_duty_cycle_stats
Function · 0.70
get_request
Function · 0.70
test_user
Function · 0.70
get_request
Function · 0.70
get_request
Function · 0.70
Calls
no outgoing calls
Tested by
6
test_application
Function · 0.56
test_tenant
Function · 0.56
test_gateway
Function · 0.56
test_gateway_stats
Function · 0.56
test_gateway_duty_cycle_stats
Function · 0.56
test_user
Function · 0.56