Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/peterbourgon/diskv
/ functions
Functions
131 in github.com/peterbourgon/diskv
⨍
Functions
131
◇
Types & classes
17
Function
TestIndexOrder
(t *testing.T)
index_test.go:37
Function
TestIssue17
Ensure ReadStream with direct=true isn't racy.
issues_test.go:78
Function
TestIssue2A
ReadStream from cache shouldn't panic on a nil dereference from a nonexistent Compression :)
issues_test.go:14
Function
TestIssue2B
ReadStream on a key that resolves to a directory should return an error.
issues_test.go:46
Function
TestIssue40
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
Function
TestKeysCancel
(t *testing.T)
keys_test.go:108
Function
TestKeysFlat
(t *testing.T)
keys_test.go:43
Function
TestKeysNested
(t *testing.T)
keys_test.go:63
Function
TestKeysPrefixFlat
(t *testing.T)
keys_test.go:77
Function
TestKeysPrefixNested
(t *testing.T)
keys_test.go:92
Function
TestOneByteCache
(t *testing.T)
basic_test.go:143
Function
TestReadStreamDirect
(t *testing.T)
stream_test.go:45
Function
TestRemovesIncompleteFiles
(t *testing.T)
basic_test.go:265
Function
TestStaleCache
(t *testing.T)
basic_test.go:187
Function
TestStrings
(t *testing.T)
basic_test.go:87
Function
TestTempDir
(t *testing.T)
basic_test.go:284
Function
TestWRECache
(t *testing.T)
basic_test.go:52
Function
TestWriteReadErase
(t *testing.T)
basic_test.go:32
Function
TestZeroByteCache
(t *testing.T)
basic_test.go:118
Function
TestZlib
(t *testing.T)
compression_test.go:70
Method
Write
(p []byte)
diskv.go:728
Method
Writer
(dst io.Writer)
compression.go:58
Function
blockTransform
grouping of chars per directory depth
examples/content-addressable-store/cas.go:13
Function
hexInverseTransform
(pathKey *diskv.PathKey)
examples/git-like-store/git-like-store.go:42
Function
hexTransform
(s string)
examples/git-like-store/git-like-store.go:22
Function
init
()
compression_test.go:12
Function
main
()
examples/content-addressable-store/cas.go:25
Function
main
()
examples/advanced-transform/advanced-transform.go:30
Function
main
()
examples/git-like-store/git-like-store.go:54
Function
main
()
examples/super-simple-store/super-simple-store.go:9
Function
strLess
(a, b string)
index_test.go:10
← previous
101–131 of 131, ranked by callers