Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ increment_request_count
Method
increment_request_count
tests/integration/src/station_test_data.rs:146–150 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
144
}
145
146
fn increment_request_count(&mut self) {
147
self.count_requests += 1;
148
149
bump_time_to_avoid_ratelimit(self.env);
150
}
151
152
pub fn generate(&mut self) {
153
if self.has_generated {
Callers
1
generate
Method · 0.80
Calls
1
bump_time_to_avoid_ratelimit
Function · 0.85
Tested by
no test coverage detected