calls into unity
| 28 | |
| 29 | // calls into unity |
| 30 | struct UnityLoggerCallback { |
| 31 | pub cb_log: Box<dyn Fn(LogMessage) + Send>, |
| 32 | } |
| 33 | |
| 34 | impl UnityLoggerCallback { |
| 35 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected