Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ NewTotalInfo
Function
NewTotalInfo
backend/server/api/plugininfo/plugininifo.go:139–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
NewTotalInfo() *TotalInfo {
140
return
&TotalInfo{
141
DomainInfos: make([]*TableInfos, 0),
142
PluginInfos: make([]*PluginInfo, 0),
143
}
144
}
145
146
// @Get detail info of plugins
147
// @Description GET /plugininfo
Callers
1
Get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected