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

Method String

vpn/version.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (v RPCVersion) String() string {
63 return fmt.Sprintf("%d.%d", v.Major, v.Minor)
64}
65
66// IsCompatibleWith returns the lowest version that is compatible with both
67// versions. If the versions are not compatible, the second return value will be

Callers 2

StringMethod · 0.45
ValidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected