Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ removeSubNode
Method
removeSubNode
MediaLibrary/tagnode.cpp:36–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void TagNode::removeSubNode(int row)
37
{
38
if(subNodes && row >=0 && row < subNodes->size())
39
{
40
TagNode *subNode = subNodes->at(row);
41
subNodes->removeAt(row);
42
delete subNode;
43
}
44
}
45
Callers
2
removeTag
Method · 0.80
removeNodeIndex
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected