Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ Node_StartGrabbing
Function
Node_StartGrabbing
Source/Wasm/WasmRuntime.cpp:841–843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
839
using Grabber = Node::Grabber;
840
841
static Grabber* Node_StartGrabbing(Node* node) {
842
return node->grab(true);
843
}
844
static void Node_StopGrabbing(Node* node) {
845
node->grab(false);
846
}
Callers
1
node_grab
Function · 0.85
Calls
1
grab
Method · 0.45
Tested by
no test coverage detected