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

Method F1

dnode/scrub_test.go:70–70  ·  view source on GitHub ↗

Combination of exported/unexported value/pointer receiver methods.

(p *Partial)

Source from the content-addressed store, hash-verified

68
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