Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Load
Method · 0.45
Save
Method · 0.45
OnCheckValidity
Method · 0.45
Tested by
no test coverage detected