Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ load
Method
load
extlibs/soloud/src/audiosource/monotone/soloud_monotone.cpp:412–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
result Monotone::load(const char *aFilename)
413
{
414
DiskFile df;
415
int res = df.open(aFilename);
416
if (res != SO_NO_ERROR)
417
return res;
418
return loadFile(&df);
419
}
420
421
result Monotone::loadFile(File *aFile)
422
{
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected