MCPcopy Index your code
hub / github.com/koding/kite / String

Method String

protocol/protocol.go:45–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (k Kite) String() string {
46 return "/" + k.Username +
47 "/" + k.Environment +
48 "/" + k.Name +
49 "/" + k.Version +
50 "/" + k.Region +
51 "/" + k.Hostname +
52 "/" + k.ID
53}
54
55// Query() returns a pointer to KontrolQuery struct.
56func (k *Kite) Query() *KontrolQuery {

Callers 2

ValidateMethod · 0.95
TestKiteStringFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestKiteStringFunction · 0.36