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

Method Add

kontrol/storage.go:15–15  ·  view source on GitHub ↗

Add inserts the given kite with the given value

(kite *protocol.Kite, value *kontrolprotocol.RegisterValue)

Source from the content-addressed store, hash-verified

13
14 // Add inserts the given kite with the given value
15 Add(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error
16
17 // Update updates the value for the given kite
18 Update(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error

Callers 15

renewLoopMethod · 0.65
renewDurationMethod · 0.65
TestMultipleFunction · 0.65
TestConcurrencyFunction · 0.65
sockjsHandlerMethod · 0.65
handleTunnelFunction · 0.65
dialMethod · 0.65
BenchmarkPostgresFunction · 0.65
BenchmarkEtcdAddFunction · 0.65
TestMultipleFunction · 0.65
registerUserMethod · 0.65
registerSelfMethod · 0.65

Implementers 2

Etcdkontrol/etcd.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by 6

TestMultipleFunction · 0.52
TestConcurrencyFunction · 0.52
BenchmarkPostgresFunction · 0.52
BenchmarkEtcdAddFunction · 0.52
TestMultipleFunction · 0.52
TestOnceEveryFunction · 0.52