Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ get_request
Function
get_request
chirpstack/src/api/device_profile.rs:1220–1224 ·
view source on GitHub ↗
(user_id: &Uuid, req: T)
Source
from the content-addressed store, hash-verified
1218
}
1219
1220
fn get_request<T>(user_id: &Uuid, req: T) -> Request<T> {
1221
let mut req = Request::new(req);
1222
req.extensions_mut().insert(AuthID::User(*user_id));
1223
req
1224
}
1225
}
Callers
1
test_device_profile
Function · 0.70
Calls
2
insert
Method · 0.80
User
Class · 0.70
Tested by
1
test_device_profile
Function · 0.56