MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / String

Method String

cli/internal/hub/util.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (h HubPluginRef) String() string {
22 return fmt.Sprintf("%s/%s/%s@%s", h.TeamName, h.Kind, h.Name, h.Version)
23}
24
25func ParseHubPluginRef(ref string) (*HubPluginRef, error) {
26 versionParts := strings.Split(ref, "@")

Callers 1

ErrorFromHTTPResponseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected