Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
844
static void Node_StopGrabbing(Node* node) {
845
node->grab(false);
846
}
847
static void Node_SetTransformTargetNullptr(Node* node) {
848
node->setTransformTarget(nullptr);
849
}
Callers
1
node_stop_grab
Function · 0.85
Calls
1
grab
Method · 0.45
Tested by
no test coverage detected