Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ init
Method
init
Source/SongObject.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool SongObject::init(int id)
36
{
37
_songID = id;
38
39
return true;
40
}
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected