MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Node_StopGrabbing

Function Node_StopGrabbing

Source/Wasm/WasmRuntime.cpp:844–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842 return node->grab(true);
843}
844static void Node_StopGrabbing(Node* node) {
845 node->grab(false);
846}
847static void Node_SetTransformTargetNullptr(Node* node) {
848 node->setTransformTarget(nullptr);
849}

Callers 1

node_stop_grabFunction · 0.85

Calls 1

grabMethod · 0.45

Tested by

no test coverage detected