MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / IsLoaded

Method IsLoaded

framework/src/util/SharedLibrary.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 bool
288 SharedLibrary::IsLoaded() const
289 {
290 return d->m_Handle != nullptr;
291 }
292} // namespace cppmicroservices

Callers 2

TESTFunction · 0.80
Start0Method · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64