MCPcopy Create free account
hub / github.com/koding/kite / f2

Method f2

dnode/scrub_test.go:71–71  ·  view source on GitHub ↗
(p *Partial)

Source from the content-addressed store, hash-verified

69// Combination of exported/unexported value/pointer receiver methods.
70func (t T) F1(p *Partial) {}
71func (t T) f2(p *Partial) {}
72func (t *T) F3(p *Partial) {}
73func (t *T) f4(p *Partial) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected