MCPcopy Create free account

hub / github.com/peterbourgon/diskv / functions

Functions131 in github.com/peterbourgon/diskv

FunctionTestIndexOrder
(t *testing.T)
index_test.go:37
FunctionTestIssue17
Ensure ReadStream with direct=true isn't racy.
issues_test.go:78
FunctionTestIssue2A
ReadStream from cache shouldn't panic on a nil dereference from a nonexistent Compression :)
issues_test.go:14
FunctionTestIssue2B
ReadStream on a key that resolves to a directory should return an error.
issues_test.go:46
FunctionTestIssue40
Test for issue #40, where acquiring two stream readers on the same k/v pair caused the value to be written into the cache twice, messing up the size c
issues_test.go:126
FunctionTestKeysCancel
(t *testing.T)
keys_test.go:108
FunctionTestKeysFlat
(t *testing.T)
keys_test.go:43
FunctionTestKeysNested
(t *testing.T)
keys_test.go:63
FunctionTestKeysPrefixFlat
(t *testing.T)
keys_test.go:77
FunctionTestKeysPrefixNested
(t *testing.T)
keys_test.go:92
FunctionTestOneByteCache
(t *testing.T)
basic_test.go:143
FunctionTestReadStreamDirect
(t *testing.T)
stream_test.go:45
FunctionTestRemovesIncompleteFiles
(t *testing.T)
basic_test.go:265
FunctionTestStaleCache
(t *testing.T)
basic_test.go:187
FunctionTestStrings
(t *testing.T)
basic_test.go:87
FunctionTestTempDir
(t *testing.T)
basic_test.go:284
FunctionTestWRECache
(t *testing.T)
basic_test.go:52
FunctionTestWriteReadErase
(t *testing.T)
basic_test.go:32
FunctionTestZeroByteCache
(t *testing.T)
basic_test.go:118
FunctionTestZlib
(t *testing.T)
compression_test.go:70
MethodWrite
(p []byte)
diskv.go:728
MethodWriter
(dst io.Writer)
compression.go:58
FunctionblockTransform
grouping of chars per directory depth
examples/content-addressable-store/cas.go:13
FunctionhexInverseTransform
(pathKey *diskv.PathKey)
examples/git-like-store/git-like-store.go:42
FunctionhexTransform
(s string)
examples/git-like-store/git-like-store.go:22
Functioninit
()
compression_test.go:12
Functionmain
()
examples/content-addressable-store/cas.go:25
Functionmain
()
examples/advanced-transform/advanced-transform.go:30
Functionmain
()
examples/git-like-store/git-like-store.go:54
Functionmain
()
examples/super-simple-store/super-simple-store.go:9
FunctionstrLess
(a, b string)
index_test.go:10
← previous101–131 of 131, ranked by callers