MCPcopy Create free account
hub / github.com/CSpyridakis/notes / private_function

Function private_function

Rust/notes.rs:1445–1445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1443 mod my_mod {
1444 #[allow(dead_code)]
1445 fn private_function() { } // Items in modules default to private visibility.
1446
1447 #[allow(dead_code)]
1448 pub fn function() {} // Use the `pub` modifier to override default visibility.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected