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.rs:1856–1860 ·
view source on GitHub ↗
(user_id: &Uuid, req: T)
Source
from the content-addressed store, hash-verified
1854
}
1855
1856
fn get_request<T>(user_id: &Uuid, req: T) -> Request<T> {
1857
let mut req = Request::new(req);
1858
req.extensions_mut().insert(AuthID::User(*user_id));
1859
req
1860
}
1861
}
Callers
1
test_device
Function · 0.70
Calls
2
insert
Method · 0.80
User
Class · 0.70
Tested by
1
test_device
Function · 0.56