MCPcopy 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]
258fn clean() {
259 let _ignored = remove_file(&temp_file());
260}
261
262#[cfg(test)]
263mod test {

Callers 2

dropMethod · 0.85
compileMethod · 0.85

Calls 1

temp_fileFunction · 0.85

Tested by

no test coverage detected