MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / FindCreateGroupSet

Method FindCreateGroupSet

alienfx-gui/ConfigHandler.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65groupset* ConfigHandler::FindCreateGroupSet(int profID, int groupID)
66{
67 return FindCreateMapping(groupID, FindCreateProfile(profID));
68}
69
70groupset* ConfigHandler::FindCreateMapping(int groupID, profile* prof)
71{

Callers

nothing calls this directly

Calls 1

FindCreateMappingFunction · 0.85

Tested by

no test coverage detected