Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExtropyIO/SolanaBootcamp
/ clean
Function
clean
homeworks_rust/src/exercise.rs:258–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
257
#[inline]
258
fn clean() {
259
let _ignored = remove_file(&temp_file());
260
}
261
262
#[cfg(test)]
263
mod test {
Callers
2
drop
Method · 0.85
compile
Method · 0.85
Calls
1
temp_file
Function · 0.85
Tested by
no test coverage detected