MCPcopy Create free account
hub / github.com/Segs/Segs / groupInLibSub

Function groupInLibSub

Projects/CoX/Common/Runtime/SceneGraph.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87bool groupInLibSub(const QString &name)
88{
89 if(name.contains('/'))
90 return !name.startsWith("maps");
91
92 return !name.startsWith("grp");
93}
94
95uint32_t is_flag_set(uint32_t bf,GroupFlags flg)
96{

Callers 2

groupRenameFunction · 0.85
setNodeNameAndPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected