()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected