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

Method Hello

kontrol/helper_test.go:184–186  ·  view source on GitHub ↗
(remote *HelloKite)

Source from the content-addressed store, hash-verified

182}
183
184func (hk *HelloKite) Hello(remote *HelloKite) (string, error) {
185 return hk.hello(remote, false)
186}
187
188func (hk *HelloKite) hello(remote *HelloKite, force bool) (string, error) {
189 const timeout = 10 * time.Second

Callers 1

CallFunction · 0.80

Calls 1

helloMethod · 0.95

Tested by

no test coverage detected