MCPcopy Create free account
hub / github.com/borndotcom/react-native-godot / FuncData

Method FuncData

android/src/main/cpp/GodotModule.cpp:172–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 std::function<void()> func;
171 jobject ref;
172 FuncData() :
173 func(nullptr), ref(nullptr) {}
174 FuncData(std::function<void()> p_func, jobject p_ref) :
175 func(p_func), ref(p_ref) {}
176} FuncData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected