MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / checkIncompatibleModule

Function checkIncompatibleModule

src/sanitychecks.cpp:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287int checkIncompatibleModule(const env::Module& m)
288{
289 int n = 0;
290
291 n += checkBadOSDs(m);
292 n += checkUsvfsIncompatibilites(m);
293
294 return n;
295}
296
297int checkIncompatibilities(const env::Environment& e)
298{

Callers 2

checkIncompatibilitiesFunction · 0.85
setupMethod · 0.85

Calls 2

checkBadOSDsFunction · 0.85

Tested by

no test coverage detected