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

Method GetCallback

dnode/scrubber.go:30–35  ·  view source on GitHub ↗
(id uint64)

Source from the content-addressed store, hash-verified

28}
29
30func (s *Scrubber) GetCallback(id uint64) func(*Partial) {
31 s.Lock()
32 fn := s.callbacks[id]
33 s.Unlock()
34 return fn
35}

Callers 1

processMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected