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

Function public_function_in_nested

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

Source from the content-addressed store, hash-verified

1462 // the current module, which is the same as leaving them private
1463 #[allow(dead_code)]
1464 pub(self) fn public_function_in_nested() {}
1465
1466 // Functions declared using `pub(super)` syntax are only visible within
1467 // the parent module

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected