Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ AddChannelHandler
Method
AddChannelHandler
Source/ChipHandler.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void CChipHandler::AddChannelHandler(std::unique_ptr<CChannelHandler> ch) {
39
channels_.push_back(std::move(ch));
40
}
Callers
1
With
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected