()
| 10 | |
| 11 | impl Guest for BasicWorld { |
| 12 | fn hello() -> Result<String, String> { |
| 13 | logger::debug(&utils::uppercase("debug message")); |
| 14 | |
| 15 | Ok("Hello, world!".into()) |
| 16 | } |
| 17 | fn primitive() -> bool { |
| 18 | true |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected