MCPcopy Create free account
hub / github.com/apple/foundationdb / refreshRolesString

Method refreshRolesString

flow/Trace.cpp:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 std::string rolesString;
136
137 void refreshRolesString() {
138 rolesString = "";
139 for (auto itr : roles) {
140 if (!rolesString.empty()) {
141 rolesString += ",";
142 }
143 rolesString += itr.first;
144 }
145 }
146 };
147
148 RoleInfo roleInfo;

Callers 2

addRoleMethod · 0.80
removeRoleMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected