| 63 | } |
| 64 | |
| 65 | groupset* ConfigHandler::FindCreateGroupSet(int profID, int groupID) |
| 66 | { |
| 67 | return FindCreateMapping(groupID, FindCreateProfile(profID)); |
| 68 | } |
| 69 | |
| 70 | groupset* ConfigHandler::FindCreateMapping(int groupID, profile* prof) |
| 71 | { |
nothing calls this directly
no test coverage detected