| 230 | return true; |
| 231 | } |
| 232 | godot::ObjectID get_object() const override { |
| 233 | return godot::ObjectID(); |
| 234 | } |
| 235 | void call(const godot::Variant **p_arguments, int p_argcount, godot::Variant &r_return_value, GDExtensionCallError &r_call_error) const override; |
| 236 | |
| 237 | ~JavascriptCallable() { |
nothing calls this directly
no outgoing calls
no test coverage detected