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

Function toString

src/processrunner.cpp:93–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93QString toString(Interest i)
94{
95 switch (i) {
96 case Interest::Weak:
97 return "weak";
98
99 case Interest::Strong:
100 return "strong";
101
102 case Interest::None: // fall-through
103 default:
104 return "no";
105 }
106}
107
108struct InterestingProcess
109{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected