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

Method LoaderMultipleResult

src/Core/System/Loaders.cpp:37–40  ·  view source on GitHub ↗

LoaderMultipleResult Implementation

Source from the content-addressed store, hash-verified

35
36 // LoaderMultipleResult Implementation
37 LoaderMultipleResult::LoaderMultipleResult()
38 {
39 m_loadCount = 0;
40 }
41 LoaderMultipleResult::LoaderMultipleResult(const std::vector<std::string>& paths)
42 {
43 m_loadCount = paths.size();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected