MCPcopy 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

839using Grabber = Node::Grabber;
840
841static Grabber* Node_StartGrabbing(Node* node) {
842 return node->grab(true);
843}
844static void Node_StopGrabbing(Node* node) {
845 node->grab(false);
846}

Callers 1

node_grabFunction · 0.85

Calls 1

grabMethod · 0.45

Tested by

no test coverage detected