MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / success

Method success

src/Core/System/Loaders.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool LoaderResult::success() const
27 {
28 return m_success;
29 }
30
31 LoaderResult::operator bool() const
32 {

Callers 2

Loaders.cppFile · 0.45
getFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected