Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
func
NewPluginInfo() *PluginInfo {
129
return
&PluginInfo{
130
Tables: make([]*TableInfos, 0),
131
}
132
}
133
134
type
TotalInfo
struct
{
135
DomainInfos []*TableInfos
Callers
1
Get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected