Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ get_request
Function
get_request
chirpstack/src/api/multicast.rs:904–908 ·
view source on GitHub ↗
(user_id: &Uuid, req: T)
Source
from the content-addressed store, hash-verified
902
}
903
904
fn get_request<T>(user_id: &Uuid, req: T) -> Request<T> {
905
let mut req = Request::new(req);
906
req.extensions_mut().insert(AuthID::User(*user_id));
907
req
908
}
909
}
Callers
1
test_multicast_group
Function · 0.70
Calls
2
insert
Method · 0.80
User
Class · 0.70
Tested by
1
test_multicast_group
Function · 0.56