Returns the singleton HRTFDatabaseLoader.
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected