| 373 | } |
| 374 | |
| 375 | GodotHostObject(std::shared_ptr<RNWorklet::JsiWorkletContext> workletContext, const godot::Variant v) : |
| 376 | jsi::HostObject(), _workletContext(workletContext), _value(v) {} |
| 377 | |
| 378 | ~GodotHostObject() { |
| 379 | LOGI("Destructing Godot object of type: %d", _value.get_type()); |
nothing calls this directly
no outgoing calls
no test coverage detected