MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / addProvider

Method addProvider

src/Abyss/FileSystem/FileLoader.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void MultiFileLoader::addProvider(std::unique_ptr<Provider> provider) {
72 auto lock = std::lock_guard(_mutex);
73 _providers.push_back(std::move(provider));
74}
75
76} // namespace Abyss::FileSystem

Callers 1

initializeFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected