MCPcopy Create free account
hub / github.com/LabSound/LabSound / loader

Method loader

src/internal/HRTFDatabase.h:204–204  ·  view source on GitHub ↗

Returns the singleton HRTFDatabaseLoader.

Source from the content-addressed store, hash-verified

202
203 // Returns the singleton HRTFDatabaseLoader.
204 static HRTFDatabaseLoader* loader() { return s_loader; }
205
206 // Both constructor and destructor must be called from the main thread.
207 ~HRTFDatabaseLoader();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected