(base: Base<Node2D>)
| 11 | #[godot_api] |
| 12 | impl INode2D for GameNode { |
| 13 | fn init(base: Base<Node2D>) -> Self { |
| 14 | Self { base } |
| 15 | } |
| 16 | |
| 17 | fn ready(&mut self) { |
| 18 | let callable = self |
nothing calls this directly
no outgoing calls
no test coverage detected