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

Struct T

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

Source from the content-addressed store, hash-verified

58}
59
60type T struct {
61 privT
62 A int
63 b int
64 C Function `json:"c,omitempty"`
65 d Function
66 E *T
67}
68
69// Combination of exported/unexported value/pointer receiver methods.
70func (t T) F1(p *Partial) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected