Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ isPatch
Method
isPatch
plugins/script/interfaces/PatchInterface.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
{}
17
18
bool ScriptPatchNode::isPatch(const ScriptSceneNode& node)
19
{
20
return Node_isPatch(node);
21
}
22
23
ScriptPatchNode ScriptPatchNode::getPatch(const ScriptSceneNode& node)
24
{
Callers
8
pre
Method · 0.45
visit
Method · 0.45
processPrimitive
Function · 0.45
pre
Method · 0.45
visit
Method · 0.45
processPrimitive
Function · 0.45
pre
Method · 0.45
visit
Method · 0.45
Calls
1
Node_isPatch
Function · 0.85
Tested by
no test coverage detected