Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/accretional/collector
/ functions
Functions
726 in github.com/accretional/collector
⨍
Functions
726
◇
Types & classes
79
Method
Path
()
pkg/collection/backup_test.go:58
Method
Path
()
pkg/db/sqlite/store.go:161
Method
Port
Port returns the actual port the server is listening on.
pkg/server/server.go:447
Method
ReIndex
(ctx context.Context)
pkg/collection/backup_test.go:100
Method
ReIndex
(ctx context.Context)
pkg/db/sqlite/store.go:877
Method
RegisterFileDescriptor
RegisterFileDescriptor registers all message types from a FileDescriptor This is the main entry point when RegisterProto is called
pkg/bootstrap/type_registry.go:165
Method
RegistryDBPath
RegistryDBPath returns the path for the collection registry database. Format: {DataDir}/repo/collections.db
pkg/collection/paths.go:52
Method
RestoreBackup
RestoreBackup restores a collection from a backup.
pkg/collection/grpc_server.go:138
Method
Route
(ctx context.Context, req *pb.RouteRequest)
pkg/collection/clone_simple_test.go:180
Method
Route
Route directs a request to the appropriate collection server.
pkg/collection/service.go:160
Method
Route
Route forwards the request to the underlying repository.
pkg/collection/grpc_server.go:53
Method
Route
Route directs a request to the appropriate collection server.
pkg/collection/repo.go:244
Method
Route
(ctx context.Context, req *pb.RouteRequest)
pkg/collection/backup_test.go:578
Method
SaveDir
SaveDir recursively copies a directory from srcPath on local filesystem to destPath in this filesystem.
pkg/fs/local/filesystem.go:175
Method
Search
(ctx context.Context, query *SearchQuery)
pkg/collection/backup_test.go:92
Method
SearchCollections
(ctx context.Context, req *pb.SearchCollectionsRequest)
pkg/collection/clone_simple_test.go:186
Method
SearchCollections
SearchCollections searches across multiple collections.
pkg/collection/service.go:195
Method
SearchCollections
SearchCollections forwards the request to the underlying repository.
pkg/collection/grpc_server.go:58
Method
SearchCollections
SearchCollections searches across multiple collections.
pkg/collection/repo.go:249
Method
SearchCollections
(ctx context.Context, req *pb.SearchCollectionsRequest)
pkg/collection/backup_test.go:584
Method
SetSizeLimits
SetSizeLimits sets custom size limits for proto registration. This allows configuring limits different from the defaults.
pkg/registry/registry.go:41
Method
Start
Start runs the gRPC server on the given port.
pkg/collection/grpc_server.go:180
Method
Stat
(ctx context.Context, path string)
pkg/collection/local_fs.go:41
Method
Stat
Stat returns the size of a file at the given path.
pkg/fs/local/filesystem.go:159
Method
StreamToRemote
StreamToRemote uploads collection data to a remote endpoint.
pkg/collection/fetch.go:63
Function
TestAllSystemCollectionsRegistered
(t *testing.T)
pkg/bootstrap/system_collections_test.go:100
Function
TestBackupCollection_Simple
TestBackupCollection_Simple tests basic backup functionality
pkg/collection/backup_test.go:117
Function
TestBackupConcurrent
TestBackupConcurrent tests concurrent backup operations
pkg/collection/backup_test.go:708
Function
TestBackupConcurrentReads
TestBackupConcurrentReads verifies that reads work during backup
pkg/db/sqlite/backup_test.go:19
Function
TestBackupConcurrentWrites
TestBackupConcurrentWrites verifies that writes work during backup
pkg/db/sqlite/backup_test.go:130
Function
TestBackupConsistency
TestBackupConsistency verifies backup data integrity
pkg/db/sqlite/backup_test.go:360
Function
TestBackupEmptyCollection
TestBackupEmptyCollection tests backup of empty collection
pkg/collection/backup_test.go:988
Function
TestBackupFailureRecovery
TestBackupFailureRecovery tests error handling
pkg/db/sqlite/backup_test.go:699
Function
TestBackupLargeDataset
TestBackupLargeDataset tests backup with larger dataset
pkg/collection/backup_test.go:811
Function
TestBackupLockDuration
TestBackupLockDuration measures actual lock time during backup
pkg/db/sqlite/backup_test.go:257
Function
TestBackupMetadataFiltering
TestBackupMetadataFiltering tests metadata filtering
pkg/collection/backup_test.go:1130
Function
TestBackupOnline
TestBackupOnline tests incremental backup method
pkg/db/sqlite/backup_test.go:586
Function
TestBackupUnderLoad
TestBackupUnderLoad simulates realistic production load
pkg/db/sqlite/backup_test.go:431
Function
TestBackupValidation
TestBackupValidation tests request validation
pkg/collection/backup_test.go:486
Function
TestBackupWithFiles
TestBackupWithFiles tests backup including filesystem data
pkg/collection/backup_test.go:608
Function
TestBackupWithSpecialCharacters
TestBackupWithSpecialCharacters tests collections with special characters
pkg/collection/backup_test.go:1054
Function
TestBackwardsCompatibility
TestBackwardsCompatibility ensures old code without registry still works
pkg/integration/e2e_test.go:386
Function
TestBinaryData_Handling
(t *testing.T)
pkg/collection/durability_test.go:540
Function
TestBootstrapClose
(t *testing.T)
pkg/bootstrap/system_collections_test.go:269
Function
TestBootstrapDirectoryStructure
(t *testing.T)
pkg/bootstrap/system_collections_test.go:291
Function
TestBootstrapIdempotent
(t *testing.T)
pkg/bootstrap/system_collections_test.go:234
Function
TestBootstrapSystemCollections
(t *testing.T)
pkg/bootstrap/system_collections_test.go:14
Function
TestCheckOperationConflict_ActiveOperation
(t *testing.T)
pkg/collection/operation_state_test.go:147
Function
TestCheckOperationConflict_NoOperation
(t *testing.T)
pkg/collection/operation_state_test.go:134
Function
TestCheckOperationConflict_TimedOutOperation
(t *testing.T)
pkg/collection/operation_state_test.go:182
Function
TestCloneCollectionFiles_Simple
(t *testing.T)
pkg/collection/clone_simple_test.go:12
Function
TestCloneManager_ValidateRequest
(t *testing.T)
pkg/collection/clone_simple_test.go:84
Function
TestCollectionRepoIntegration
TestCollectionRepoIntegration tests collection repo service registration and validation
pkg/registry/integration_test.go:120
Function
TestCollectionRepoService_CreateCollection
TestCollectionRepoService_DirectAccess tests the underlying service
pkg/collection/repo_test.go:497
Function
TestCollectionRepo_ConcurrentCreates
TestCollectionRepo_Concurrency tests concurrent operations on the repo
pkg/collection/repo_test.go:438
Function
TestCollectionRepo_CreateCollection
TestCollectionRepo_CreateCollection tests creating a collection
pkg/collection/repo_test.go:12
Function
TestCollectionRepo_CreateCollection_MultipleCollections
(t *testing.T)
pkg/collection/repo_test.go:45
Function
TestCollectionRepo_DeleteCollection
TestCollectionRepo_DeleteCollection tests deleting a collection
pkg/collection/repo_test.go:526
Function
TestCollectionRepo_DeleteCollection_InvalidRequest
TestCollectionRepo_DeleteCollection_InvalidRequest tests invalid delete requests
pkg/collection/repo_test.go:603
Function
TestCollectionRepo_DeleteCollection_Multiple
TestCollectionRepo_DeleteCollection_Multiple tests deleting multiple collections
pkg/collection/repo_test.go:685
Function
TestCollectionRepo_DeleteCollection_NonExistent
TestCollectionRepo_DeleteCollection_NonExistent tests deleting a non-existent collection
pkg/collection/repo_test.go:583
Function
TestCollectionRepo_DeleteCollection_WithActiveOperation
TestCollectionRepo_DeleteCollection_WithActiveOperation tests that deletion is blocked during active operations
pkg/collection/repo_test.go:633
Function
TestCollectionRepo_Discover
TestCollectionRepo_Discover tests discovering collections
pkg/collection/repo_test.go:69
Function
TestCollectionRepo_Discover_WithMessageTypeFilter
(t *testing.T)
pkg/collection/repo_test.go:134
Function
TestCollectionRepo_Discover_WithNamespaceFilter
(t *testing.T)
pkg/collection/repo_test.go:100
Function
TestCollectionRepo_Discover_WithPagination
(t *testing.T)
pkg/collection/repo_test.go:175
Function
TestCollectionRepo_GetCollection
TestCollectionRepo_GetCollection tests getting a collection instance
pkg/collection/repo_test.go:382
Function
TestCollectionRepo_GetCollection_NonExistent
(t *testing.T)
pkg/collection/repo_test.go:418
Function
TestCollectionRepo_Route
TestCollectionRepo_Route tests routing to a collection
pkg/collection/repo_test.go:209
Function
TestCollectionRepo_Route_NonExistentCollection
(t *testing.T)
pkg/collection/repo_test.go:245
Function
TestCollectionRepo_SearchCollections
TestCollectionRepo_SearchCollections tests searching across multiple collections
pkg/collection/repo_test.go:270
Function
TestCollectionRepo_SearchCollections_EmptyNamespace
(t *testing.T)
pkg/collection/repo_test.go:345
Function
TestCollectionRepo_SearchCollections_WithQuery
(t *testing.T)
pkg/collection/repo_test.go:307
Function
TestCollectionServer_Batch
TestCollectionServer_Batch tests the Batch RPC
pkg/collection/collection_server_test.go:520
Function
TestCollectionServer_Create
TestCollectionServer_Create tests the Create RPC
pkg/collection/collection_server_test.go:20
Function
TestCollectionServer_Create_CollectionNotFound
(t *testing.T)
pkg/collection/collection_server_test.go:89
Function
TestCollectionServer_Create_GeneratesID
(t *testing.T)
pkg/collection/collection_server_test.go:59
Function
TestCollectionServer_Delete
TestCollectionServer_Delete tests the Delete RPC
pkg/collection/collection_server_test.go:254
Function
TestCollectionServer_Describe
TestCollectionServer_Describe tests the Describe RPC
pkg/collection/collection_server_test.go:579
Function
TestCollectionServer_Get
TestCollectionServer_Get tests the Get RPC
pkg/collection/collection_server_test.go:117
Function
TestCollectionServer_Get_NotFound
(t *testing.T)
pkg/collection/collection_server_test.go:163
Function
TestCollectionServer_Invoke
TestCollectionServer_Invoke tests the Invoke RPC (should return Unimplemented)
pkg/collection/collection_server_test.go:695
Function
TestCollectionServer_List
TestCollectionServer_List tests the List RPC
pkg/collection/collection_server_test.go:305
Function
TestCollectionServer_List_Pagination
(t *testing.T)
pkg/collection/collection_server_test.go:349
Function
TestCollectionServer_Meta
TestCollectionServer_Meta tests the Meta RPC
pkg/collection/collection_server_test.go:677
Function
TestCollectionServer_Modify
TestCollectionServer_Modify tests the Modify RPC
pkg/collection/collection_server_test.go:631
Function
TestCollectionServer_Search
TestCollectionServer_Search tests the Search RPC
pkg/collection/collection_server_test.go:409
Function
TestCollectionServer_Search_WithFilters
(t *testing.T)
pkg/collection/collection_server_test.go:460
Function
TestCollectionServer_Update
TestCollectionServer_Update tests the Update RPC
pkg/collection/collection_server_test.go:198
Function
TestCollectionServiceIntegration
TestCollectionServiceIntegration tests the full integration of registry validation with the CollectionService
pkg/registry/integration_test.go:17
Function
TestConcurrentReadWrite
(t *testing.T)
pkg/collection/durability_test.go:276
Function
TestConcurrentReads
Concurrent Access Tests
pkg/collection/durability_test.go:143
Function
TestConcurrentWrites_DifferentRecords
(t *testing.T)
pkg/collection/durability_test.go:188
Function
TestConcurrentWrites_SameRecord
(t *testing.T)
pkg/collection/durability_test.go:232
Function
TestConnectionManager_CloseAll_UpdatesAllConnections
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:348
Function
TestConnectionManager_Disconnect_FailedStatus
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:212
Function
TestConnectionManager_Disconnect_UpdatesStatus
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:167
Function
TestConnectionManager_HandleConnect_PersistsConnection
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:54
Function
TestConnectionManager_ReconnectCount
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:298
Function
TestConnectionManager_RecordRequest_UpdatesStats
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:251
← previous
next →
401–500 of 726, ranked by callers