MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / findGroupsWithPerm

Function findGroupsWithPerm

plugins/plugin_utils/plugin_groups.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::vector<std::string> findGroupsWithPerm(const char* perm, bool skipLocal) {
61 std::string name;
62 if (perm) {
63 name = perm;
64 }
65 return findGroupsWithPerm(name, skipLocal);
66}
67
68std::vector<std::string> findGroupsWithPerm(const std::string& perm, bool skipLocal) {
69 std::vector<std::string> groupsWithPerms;

Callers 3

initMethod · 0.85
verifyTokenMethod · 0.85
getLevelFromGroupsMethod · 0.85

Calls 7

permInGroupFunction · 0.85
bz_deleteStringListFunction · 0.85
c_strMethod · 0.80
compare_nocaseFunction · 0.70
sizeMethod · 0.45
getMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected