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

Function foreach

Src/Parameter.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 if(!nRet) {
70 foreach (auto p, m_Category) {
71 nRet = p->Load(set);
72 if(nRet) break;
73 }
74 }
75
76 if(!GetPrefix().isEmpty())

Callers

nothing calls this directly

Calls 3

LoadMethod · 0.45
SaveMethod · 0.45
OnCheckValidityMethod · 0.45

Tested by

no test coverage detected