MCPcopy 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
139func 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

GetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected