MCPcopy Create free account
hub / github.com/cloudtty/cloudtty / String

Method String

pkg/version/version.go:20–22  ·  view source on GitHub ↗

String returns a Go-syntax representation of the Info.

()

Source from the content-addressed store, hash-verified

18
19// String returns a Go-syntax representation of the Info.
20func (info Info) String() string {
21 return fmt.Sprintf("%#v", info)
22}
23
24// Get returns the overall codebase version. It's for detecting
25// what code a binary was built from.

Callers 2

createWorkerMethod · 0.45
StartControllersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected