MCPcopy 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_groupFunction · 0.70

Calls 2

insertMethod · 0.80
UserClass · 0.70

Tested by 1

test_multicast_groupFunction · 0.56