MCPcopy Create free account
hub / github.com/apache/devlake / NewPluginInfo

Function NewPluginInfo

backend/server/api/plugininfo/plugininifo.go:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func NewPluginInfo() *PluginInfo {
129 return &PluginInfo{
130 Tables: make([]*TableInfos, 0),
131 }
132}
133
134type TotalInfo struct {
135 DomainInfos []*TableInfos

Callers 1

GetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected