MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / min_

Method min_

core/src/browser/riotclient.cc:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 static inline int min_(int a, int b)
144 {
145 return a < b ? a : b;
146 }
147};
148
149struct RiotClientSchemeHandlerFactory : CefRefCount<cef_scheme_handler_factory_t>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected