MCPcopy
hub / github.com/go-git/go-git / noderMock

Struct noderMock

utils/merkletrie/noder/noder_test.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var _ = Suite(&NoderSuite{})
14
15type noderMock struct {
16 name string
17 hash []byte
18 isDir bool
19 children []Noder
20}
21
22func (n noderMock) String() string { return n.Name() }
23func (n noderMock) Hash() []byte { return n.hash }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected