Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ next_id
Method
next_id
crates/fuzzing/src/generators/api.rs:579–583 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
577
578
impl Scope {
579
fn next_id(&mut self) -> usize {
580
let id = self.id_counter;
581
self.id_counter = id + 1;
582
id
583
}
584
}
585
586
/// A sequence of API calls.
Callers
1
arbitrary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected