Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bazil/bazil
/ functions
Functions
1,400 in github.com/bazil/bazil
⨍
Functions
1,400
◇
Types & classes
236
Function
TestKeyBytes
(t *testing.T)
cas/key_test.go:49
Function
TestKeyEmpty
(t *testing.T)
cas/key_test.go:12
Function
TestKeyInvalid
(t *testing.T)
cas/key_test.go:75
Function
TestKeyInvalidPrivate
(t *testing.T)
cas/key_test.go:93
Function
TestKeyMarshalBinary
(t *testing.T)
cas/key_test.go:184
Function
TestKeyNewPrivateNum
(t *testing.T)
cas/key_test.go:102
Function
TestKeyParamFlagSetInvalid
(t *testing.T)
cas/flagx/keyparam_test.go:75
Function
TestKeyParamFlagSetNotHex
(t *testing.T)
cas/flagx/keyparam_test.go:39
Function
TestKeyParamFlagSetOk
(t *testing.T)
cas/flagx/keyparam_test.go:26
Function
TestKeyParamFlagSetTooShort
(t *testing.T)
cas/flagx/keyparam_test.go:55
Function
TestKeyPrivateNotPriv
(t *testing.T)
cas/key_test.go:131
Function
TestKeySimple
(t *testing.T)
cas/key_test.go:32
Function
TestKeyUnmarshalBinary
(t *testing.T)
cas/key_test.go:141
Function
TestKeyUnmarshalBinaryBadLong
(t *testing.T)
cas/key_test.go:167
Function
TestKeyUnmarshalBinaryBadShort
(t *testing.T)
cas/key_test.go:149
Function
TestMakePeer
(t *testing.T)
db/peer_test.go:45
Function
TestMarshalBinarySimple
(t *testing.T)
fs/clock/marshal_test.go:10
Function
TestMergeDiverged
(t *testing.T)
fs/clock/vector_test.go:142
Function
TestMergeReturn
(t *testing.T)
fs/clock/vector_test.go:160
Function
TestMergeSimple
(t *testing.T)
fs/clock/vector_test.go:26
Function
TestMinimum
(t *testing.T)
idpool/idpool_test.go:26
Function
TestMinimumWithFree
(t *testing.T)
idpool/idpool_test.go:34
Function
TestMkdir
(t *testing.T)
fs/fs_test.go:234
Function
TestNewClientNotEd
TODO this code is ugly TODO test coverage for error cases
util/edtls/client_test.go:89
Function
TestNotFoundErrorDispay
(t *testing.T)
kv/error_test.go:9
Function
TestNotFoundErrorDispay
(t *testing.T)
cas/error_test.go:9
Function
TestOpenNoType
(t *testing.T)
cas/blobs/blobs_test.go:26
Function
TestParseBoth
(t *testing.T)
cliutil/positional/parse_test.go:128
Function
TestParseBothMissingOptional
(t *testing.T)
cliutil/positional/parse_test.go:146
Function
TestParseEmpty
(t *testing.T)
cliutil/positional/parse_test.go:40
Function
TestParseEmpty
(t *testing.T)
cliutil/subcommands/shell_test.go:13
Function
TestParseFlags
(t *testing.T)
cliutil/subcommands/shell_test.go:70
Function
TestParseHelp
(t *testing.T)
cliutil/subcommands/shell_test.go:84
Function
TestParseHelpSub
(t *testing.T)
cliutil/subcommands/shell_test.go:98
Function
TestParseInt
(t *testing.T)
cliutil/positional/parse_test.go:183
Function
TestParseMandatory
(t *testing.T)
cliutil/positional/parse_test.go:68
Function
TestParseMandatoryMissing
(t *testing.T)
cliutil/positional/parse_test.go:81
Function
TestParseMandatoryPlural
(t *testing.T)
cliutil/positional/parse_test.go:164
Function
TestParseMissingArgs
(t *testing.T)
cliutil/subcommands/shell_test.go:26
Function
TestParseOptional
(t *testing.T)
cliutil/positional/parse_test.go:100
Function
TestParseOptionalMissing
(t *testing.T)
cliutil/positional/parse_test.go:114
Function
TestParsePtrInt
(t *testing.T)
cliutil/positional/parse_test.go:196
Function
TestParseSimple
(t *testing.T)
cliutil/subcommands/shell_test.go:50
Function
TestParseTooMany
(t *testing.T)
cliutil/positional/parse_test.go:49
Function
TestPeer
(t *testing.T)
util/edtls/peer_test.go:15
Function
TestPeerAdd
(t *testing.T)
server/control/peerAdd_test.go:38
Function
TestPeerAddBadPubLong
(t *testing.T)
server/control/peerAdd_test.go:83
Function
TestPeerAddBadPubSelf
(t *testing.T)
server/control/peerAdd_test.go:159
Function
TestPeerAddBadPubShort
(t *testing.T)
server/control/peerAdd_test.go:121
Function
TestPendingConflict
(t *testing.T)
fs/pending_test.go:47
Function
TestPendingConflictTombstone
(t *testing.T)
fs/pending_test.go:290
Function
TestPendingListEmpty
(t *testing.T)
fs/pending_test.go:23
Function
TestPendingResolveByRemove
(t *testing.T)
fs/pending_test.go:154
Function
TestPersistentCreateFile
(t *testing.T)
fs/fs_test.go:378
Function
TestPersistentMkdir
(t *testing.T)
fs/fs_test.go:327
Function
TestPing
(t *testing.T)
server/peer/ping_test.go:18
Function
TestPingBadNotPeer
(t *testing.T)
server/peer/ping_test.go:70
Function
TestPublicKeySet
(t *testing.T)
peer/peer_test.go:23
Function
TestPublicKeySetBadShort
(t *testing.T)
peer/peer_test.go:40
Function
TestPublicKeyString
(t *testing.T)
peer/peer_test.go:11
Function
TestPut
(t *testing.T)
kv/kvmulti/kvmulti_test.go:29
Function
TestPutOverwrite
(t *testing.T)
kv/kvfiles/kvfiles_test.go:52
Function
TestReadFile
(t *testing.T)
fs/fs_test.go:122
Function
TestRebaseSimple
(t *testing.T)
fs/clock/vector_test.go:41
Function
TestRemoveFile
(t *testing.T)
fs/fs_test.go:452
Function
TestRemoveFileWhileOpen
(t *testing.T)
fs/fs_test.go:508
Function
TestRemoveNonexistent
(t *testing.T)
fs/fs_test.go:488
Function
TestRename
(t *testing.T)
fs/fs_test.go:610
Function
TestRenameCrossDir
(t *testing.T)
fs/fs_test.go:731
Function
TestRenameFileWhileOpen
(t *testing.T)
fs/fs_test.go:786
Function
TestRenameOverwrite
(t *testing.T)
fs/fs_test.go:679
Function
TestRenameOverwriteWhileOpen
(t *testing.T)
fs/fs_test.go:849
Function
TestRewritePeersBadPeer
(t *testing.T)
fs/clock/clock_test.go:137
Function
TestRewritePeersSimple
(t *testing.T)
fs/clock/clock_test.go:116
Function
TestSection3_3_2
(t *testing.T)
fs/clock/paper_test.go:353
Function
TestSharingAdd
(t *testing.T)
server/control/sharingKeyAdd_test.go:35
Function
TestSharingAddBadNameEmpty
(t *testing.T)
server/control/sharingKeyAdd_test.go:82
Function
TestSharingAddBadSecretLong
(t *testing.T)
server/control/sharingKeyAdd_test.go:122
Function
TestSharingAddBadSecretShort
(t *testing.T)
server/control/sharingKeyAdd_test.go:162
Function
TestSimple
(t *testing.T)
kv/untrusted/untrusted_test.go:16
Function
TestSimple
(t *testing.T)
idpool/idpool_test.go:9
Function
TestSimple
(t *testing.T)
fs/fs_test.go:21
Function
TestSnapList
(t *testing.T)
fs/dot-snap_test.go:70
Function
TestSnapRecord
(t *testing.T)
fs/dot-snap_test.go:15
Function
TestSparseRead
(t *testing.T)
cas/blobs/blobs_test.go:50
Function
TestStatFile
(t *testing.T)
fs/fs_test.go:267
Function
TestStringEmpty
(t *testing.T)
fs/clock/vector_test.go:9
Function
TestStringSimple
(t *testing.T)
fs/clock/vector_test.go:16
Function
TestSyncDelete
(t *testing.T)
fs/sync_test.go:329
Function
TestSyncDeleteActive
(t *testing.T)
fs/sync_test.go:477
Function
TestSyncDeleteLater
(t *testing.T)
fs/sync_test.go:401
Function
TestSyncOpen
(t *testing.T)
fs/sync_test.go:219
Function
TestSyncPull
(t *testing.T)
server/peer/volumeSyncPull_test.go:24
Function
TestSyncRename
(t *testing.T)
fs/sync_test.go:665
Function
TestSyncRenameWithResolvedConflict
(t *testing.T)
fs/sync_test.go:778
Function
TestSyncRoundtrip
(t *testing.T)
fs/sync_test.go:562
Function
TestSyncSendPending
(t *testing.T)
fs/sync_test.go:960
Function
TestSyncSimple
(t *testing.T)
fs/sync_test.go:156
Function
TestTCPAddrEmpty
(t *testing.T)
cliutil/flagx/tcpaddr_test.go:9
Function
TestTCPAddrHostPort
(t *testing.T)
cliutil/flagx/tcpaddr_test.go:33
← previous
next →
901–1,000 of 1,400, ranked by callers