MCPcopy Index your code
hub / github.com/CSpyridakis/notes / function

Function function

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

Source from the content-addressed store, hash-verified

1446
1447 #[allow(dead_code)]
1448 pub fn function() {} // Use the `pub` modifier to override default visibility.
1449
1450 #[allow(dead_code)]
1451 pub(crate) fn pub_in_crate() {} // pub(crate) makes functions visible only within the current crate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected