Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ AddMap
Method
AddMap
Source/NoteQueue.cpp:167–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
void CNoteQueue::AddMap(const std::vector<stChannelID> &Ch)
168
{
169
auto ptr = std::make_shared<CNoteChannelQueue>(Ch);
170
for (const auto &x : Ch)
171
m_Part[x] = ptr;
172
}
173
174
void CNoteQueue::ClearMaps()
175
{
Callers
1
UpdateNoteQueues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected