MCPcopy
hub / github.com/andeya/pholcus / Src

Interface Src

common/pool/pool.go:33–37  ·  view source on GitHub ↗

Src is the resource interface.

Source from the content-addressed store, hash-verified

31 }
32 // Src is the resource interface.
33 Src interface {
34 Usable() bool
35 Reset()
36 Close()
37 }
38 // Factory creates a new resource.
39 Factory func() (Src, error)
40)

Callers 12

CallMethod · 0.95
TestLogLevelsFunction · 0.65
recoverMethod · 0.65
LogCloseFunction · 0.65
mgo.goFile · 0.65
CloseMethod · 0.65
CloseFunction · 0.65
loadDocFunction · 0.65
TestNewDocumentFunction · 0.65
setupMockDBFunction · 0.65

Implementers 3

mockSessioncommon/mgo/mgo_test.go
MgoSrccommon/mgo/mgo.go
mockSrccommon/pool/pool_test.go

Calls

no outgoing calls

Tested by

no test coverage detected