Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ InitChannel
Function
InitChannel
src/utils/channel.cc:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void InitChannel(const char* argv) {
90
ChannelManager* mng = Singleton<ChannelManager>().Instance();
91
mng->Init();
92
}
93
94
void SetChannelDirectory(const char* path) {
95
ChannelManager* mng = Singleton<ChannelManager>().Instance();
Callers
5
TEST
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
2
Instance
Method · 0.80
Init
Method · 0.45
Tested by
1
TEST
Function · 0.68