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

Method String

vpn/version.go:105–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (vl RPCVersionList) String() string {
106 versionStrings := make([]string, len(vl.Versions))
107 for i, v := range vl.Versions {
108 versionStrings[i] = v.String()
109 }
110 return strings.Join(versionStrings, ",")
111}
112
113// Validate returns an error if the version list is not sorted or contains
114// duplicate major versions.

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected