Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/taubyte/tau
/ functions
Functions
13,103 in github.com/taubyte/tau
⨍
Functions
13,103
◇
Types & classes
2,320
↳
Endpoints
13
Function
TestDatastore_QueryKeysOnly
(t *testing.T)
p2p/datastores/mem/mem_test.go:244
Function
TestDatastore_QueryWithLimitOffset
(t *testing.T)
p2p/datastores/mem/mem_test.go:201
Function
TestDatastore_Sync
(t *testing.T)
p2p/datastores/mem/mem_test.go:182
Function
TestDebug
(t *testing.T)
pkg/http/options/all_test.go:108
Function
TestDecodeBadDataTypeInSlice
#103 Check for data type before trying to access its composants prevent a panic error in decodeSlice
utils/mapstructure/mapstructure_bugs_test.go:465
Function
TestDecodeFrom_BasicSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:449
Function
TestDecodeFrom_EmbeddedSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:666
Function
TestDecodeFrom_EmbeddedSquashConfig
(t *testing.T)
utils/mapstructure/mapstructure_test.go:862
Function
TestDecodeFrom_EmbeddedSquashConfig_WithTags
(t *testing.T)
utils/mapstructure/mapstructure_test.go:918
Function
TestDecodeIntermediateMapsSettable
#202 Ensure that intermediate maps in the struct -> struct decode process are settable and not just the elements within them.
utils/mapstructure/mapstructure_bugs_test.go:482
Function
TestDecodeMetadata
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2323
Function
TestDecodeSliceToEmptySliceWOZeroing
#67 panic() on extending slices (decodeSlice with disabled ZeroValues)
utils/mapstructure/mapstructure_bugs_test.go:291
Function
TestDecodeTable
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1885
Function
TestDecode_BasicSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:431
Function
TestDecode_DecodeHook
(t *testing.T)
utils/mapstructure/mapstructure_test.go:981
Function
TestDecode_DecodeHookInterface
GH-140 Type error when using DecodeHook to decode into interface
utils/mapstructure/mapstructure_bugs_test.go:386
Function
TestDecode_DecodeHookType
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1017
Function
TestDecode_Embedded
(t *testing.T)
utils/mapstructure/mapstructure_test.go:479
Function
TestDecode_EmbeddedArray
(t *testing.T)
utils/mapstructure/mapstructure_test.go:556
Function
TestDecode_EmbeddedNoSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:594
Function
TestDecode_EmbeddedPointer
(t *testing.T)
utils/mapstructure/mapstructure_test.go:505
Function
TestDecode_EmbeddedPointerNoSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:617
Function
TestDecode_EmbeddedPointerSquashWithNestedMapstructure_FromMapToStruct
(t *testing.T)
utils/mapstructure/mapstructure_test.go:787
Function
TestDecode_EmbeddedPointerSquashWithNestedMapstructure_FromStructToMap
(t *testing.T)
utils/mapstructure/mapstructure_test.go:754
Function
TestDecode_EmbeddedPointerSquash_FromMapToStruct
(t *testing.T)
utils/mapstructure/mapstructure_test.go:729
Function
TestDecode_EmbeddedPointerSquash_FromStructToMap
(t *testing.T)
utils/mapstructure/mapstructure_test.go:704
Function
TestDecode_EmbeddedSlice
(t *testing.T)
utils/mapstructure/mapstructure_test.go:533
Function
TestDecode_EmbeddedSquash
(t *testing.T)
utils/mapstructure/mapstructure_test.go:643
Function
TestDecode_EmbeddedSquashConfig
(t *testing.T)
utils/mapstructure/mapstructure_test.go:822
Function
TestDecode_EmptyReader
(t *testing.T)
p2p/streams/command/command_test.go:125
Function
TestDecode_FuncHook
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1145
Function
TestDecode_Nil
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1054
Function
TestDecode_NilInterfaceHook
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1072
Function
TestDecode_NilPointerHook
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1108
Function
TestDecode_NilValue
GH-1, GH-10, GH-96
utils/mapstructure/mapstructure_bugs_test.go:10
Function
TestDecode_NonStruct
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1181
Function
TestDecode_SquashOnNonStructType
(t *testing.T)
utils/mapstructure/mapstructure_test.go:965
Function
TestDecode_StructMatch
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1200
Function
TestDecode_StructTaggedWithOmitempty_KeepNonEmptyValues
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2578
Function
TestDecode_StructTaggedWithOmitempty_OmitEmptyValues
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2553
Function
TestDecode_TypeConversion
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1220
Function
TestDecode_decodeSliceWithArray
(t *testing.T)
utils/mapstructure/mapstructure_test.go:579
Function
TestDecode_mapToStruct
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2622
Function
TestDecode_weakEmptyStringToInt
GH-206: decodeInt throws an error for an empty string
utils/mapstructure/mapstructure_bugs_test.go:544
Function
TestDecoder_ErrorUnset
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1384
Function
TestDecoder_ErrorUnused
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1335
Function
TestDecoder_ErrorUnused_NotSetable
(t *testing.T)
utils/mapstructure/mapstructure_test.go:1360
Function
TestDecoder_IgnoreUntaggedFields
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2695
Function
TestDecoder_MatchName
(t *testing.T)
utils/mapstructure/mapstructure_test.go:2652
Function
TestDecompileBasic
(t *testing.T)
pkg/config-compiler/decompile_test.go:14
Function
TestDecompileBasic
(t *testing.T)
pkg/tcc/taubyte/v1/decompile/decompiler_test.go:56
Function
TestDecompileProd_Dreaming
(t *testing.T)
dream/fixtures/decompile_prod_test.go:24
Function
TestDecompileRoundTrip
(t *testing.T)
pkg/tcc/taubyte/v1/decompile/decompiler_test.go:17
Function
TestDecompile_EmptyObject
(t *testing.T)
pkg/tcc/taubyte/v1/decompile/decompiler_test.go:131
Function
TestDecompile_MinimalObject
(t *testing.T)
pkg/tcc/taubyte/v1/decompile/decompiler_test.go:146
Function
TestDecryptBody
(t *testing.T)
pkg/raft/encryption_test.go:198
Function
TestDecryptBody_InvalidFormat
(t *testing.T)
pkg/raft/encryption_test.go:252
Function
TestDecryptBody_InvalidKey
(t *testing.T)
pkg/raft/encryption_test.go:241
Function
TestDecryptBody_NotEncrypted
(t *testing.T)
pkg/raft/encryption_test.go:227
Function
TestDecryptBody_WrongKey
Test encryption with different keys (should fail)
pkg/raft/encryption_test.go:440
Function
TestDecryptModifiedCiphertext
(t *testing.T)
cli/app/protect_test.go:51
Function
TestDecryptResponse
(t *testing.T)
pkg/raft/encryption_test.go:303
Function
TestDecryptResponse_NotEncrypted
(t *testing.T)
pkg/raft/encryption_test.go:332
Function
TestDecryptWithWrongPassword
(t *testing.T)
cli/app/protect_test.go:30
Function
TestDefaultConfig_Values
(t *testing.T)
pkg/raft/options_test.go:93
Function
TestDefaultOption
(t *testing.T)
pkg/tcc/engine/options_test.go:56
Function
TestDefaultURLs
(t *testing.T)
tools/tau/common/common_test.go:29
Function
TestDefaultValues
(t *testing.T)
p2p/helpers/libp2p_test.go:47
Function
TestDefineIterGroup
(t *testing.T)
pkg/tcc/engine/helpers_test.go:9
Function
TestDefine_Helper
(t *testing.T)
pkg/tcc/engine/helpers_test.go:58
Function
TestDelete
(t *testing.T)
pkg/yaseer/delete_test.go:57
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/libraries/delete_test.go:57
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/messaging/delete_test.go:54
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/domains/delete_test.go:52
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/functions/delete_test.go:83
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/services/delete_test.go:46
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/storages/delete_test.go:60
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/smartops/delete_test.go:52
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/application/delete_test.go:42
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/website/delete_test.go:59
Function
TestDeleteAttributes
(t *testing.T)
pkg/schema/databases/delete_test.go:54
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/libraries/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/messaging/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/domains/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/functions/delete_test.go:32
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/services/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/storages/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/smartops/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/application/delete_test.go:10
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/website/delete_test.go:11
Function
TestDeleteBasic
(t *testing.T)
pkg/schema/databases/delete_test.go:11
Function
TestDeleteErrors
(t *testing.T)
pkg/schema/basic/delete_test.go:24
Function
TestDeleteGitHubProject
(t *testing.T)
services/auth/github_test.go:238
Function
TestDeleteJob
(t *testing.T)
services/patrick/api_helpers_test.go:386
Function
TestDeleteRange_Comprehensive
TestDeleteRange_Comprehensive tests DeleteRange with various scenarios
pkg/raft/storage_snapshot_test.go:15
Function
TestDeleteRange_EmptyRange
TestDeleteRange_EmptyRange tests DeleteRange with empty store
pkg/raft/storage_snapshot_test.go:57
Function
TestDeleteRange_NonExistentRange
TestDeleteRange_NonExistentRange tests DeleteRange with non-existent indices
pkg/raft/storage_snapshot_test.go:67
Function
TestDelete_FromFileSystem
(t *testing.T)
pkg/yaseer/delete_test.go:217
Function
TestDelete_FromMapping
(t *testing.T)
pkg/yaseer/delete_test.go:190
Function
TestDelete_RemovesFromCache
(t *testing.T)
pkg/yaseer/delete_test.go:169
← previous
next →
9,001–9,100 of 13,103, ranked by callers