MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / nodes

Method nodes

src/plugins/smartut/common/itemnode.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121const QList<Node *> FolderNode::nodes() const
122{
123 QList<Node *> nodeList;
124 std::transform(children.begin(), children.end(), std::back_inserter(nodeList),
125 [](const auto &pointer) {
126 return pointer.get();
127 });
128 return nodeList;
129}
130
131FolderNode *FolderNode::folderNode(const QString &directory) const
132{

Callers 1

addFolderNodeMethod · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected