MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

Plugins/FileTransfer/RemoteFileSystemModel.cpp:585–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 if(contents.size() > 0) {
584 int nCount = 0;
585 foreach(auto c, contents) {
586 if(!c) continue;
587 if(!(c->GetType() & GetFilter())) continue;
588 nCount++;
589 }
590 beginInsertRows(parentIndex, 0, nCount);
591 foreach(auto c, contents) {
592 if(!c) continue;

Callers

nothing calls this directly

Calls 11

GetPathMethod · 0.80
GetSizeMethod · 0.80
SetPermissionsMethod · 0.80
GetPermissionsMethod · 0.80
SetLastModifiedMethod · 0.80
GetLastModifiedMethod · 0.80
AppendChildMethod · 0.80
GetTypeMethod · 0.45
SetSizeMethod · 0.45
SetCreateTimeMethod · 0.45
GetCreateTimeMethod · 0.45

Tested by

no test coverage detected