MCPcopy Create free account

hub / github.com/accretional/collector / functions

Functions726 in github.com/accretional/collector

MethodPath
()
pkg/collection/backup_test.go:58
MethodPath
()
pkg/db/sqlite/store.go:161
MethodPort
Port returns the actual port the server is listening on.
pkg/server/server.go:447
MethodReIndex
(ctx context.Context)
pkg/collection/backup_test.go:100
MethodReIndex
(ctx context.Context)
pkg/db/sqlite/store.go:877
MethodRegisterFileDescriptor
RegisterFileDescriptor registers all message types from a FileDescriptor This is the main entry point when RegisterProto is called
pkg/bootstrap/type_registry.go:165
MethodRegistryDBPath
RegistryDBPath returns the path for the collection registry database. Format: {DataDir}/repo/collections.db
pkg/collection/paths.go:52
MethodRestoreBackup
RestoreBackup restores a collection from a backup.
pkg/collection/grpc_server.go:138
MethodRoute
(ctx context.Context, req *pb.RouteRequest)
pkg/collection/clone_simple_test.go:180
MethodRoute
Route directs a request to the appropriate collection server.
pkg/collection/service.go:160
MethodRoute
Route forwards the request to the underlying repository.
pkg/collection/grpc_server.go:53
MethodRoute
Route directs a request to the appropriate collection server.
pkg/collection/repo.go:244
MethodRoute
(ctx context.Context, req *pb.RouteRequest)
pkg/collection/backup_test.go:578
MethodSaveDir
SaveDir recursively copies a directory from srcPath on local filesystem to destPath in this filesystem.
pkg/fs/local/filesystem.go:175
MethodSearch
(ctx context.Context, query *SearchQuery)
pkg/collection/backup_test.go:92
MethodSearchCollections
(ctx context.Context, req *pb.SearchCollectionsRequest)
pkg/collection/clone_simple_test.go:186
MethodSearchCollections
SearchCollections searches across multiple collections.
pkg/collection/service.go:195
MethodSearchCollections
SearchCollections forwards the request to the underlying repository.
pkg/collection/grpc_server.go:58
MethodSearchCollections
SearchCollections searches across multiple collections.
pkg/collection/repo.go:249
MethodSearchCollections
(ctx context.Context, req *pb.SearchCollectionsRequest)
pkg/collection/backup_test.go:584
MethodSetSizeLimits
SetSizeLimits sets custom size limits for proto registration. This allows configuring limits different from the defaults.
pkg/registry/registry.go:41
MethodStart
Start runs the gRPC server on the given port.
pkg/collection/grpc_server.go:180
MethodStat
(ctx context.Context, path string)
pkg/collection/local_fs.go:41
MethodStat
Stat returns the size of a file at the given path.
pkg/fs/local/filesystem.go:159
MethodStreamToRemote
StreamToRemote uploads collection data to a remote endpoint.
pkg/collection/fetch.go:63
FunctionTestAllSystemCollectionsRegistered
(t *testing.T)
pkg/bootstrap/system_collections_test.go:100
FunctionTestBackupCollection_Simple
TestBackupCollection_Simple tests basic backup functionality
pkg/collection/backup_test.go:117
FunctionTestBackupConcurrent
TestBackupConcurrent tests concurrent backup operations
pkg/collection/backup_test.go:708
FunctionTestBackupConcurrentReads
TestBackupConcurrentReads verifies that reads work during backup
pkg/db/sqlite/backup_test.go:19
FunctionTestBackupConcurrentWrites
TestBackupConcurrentWrites verifies that writes work during backup
pkg/db/sqlite/backup_test.go:130
FunctionTestBackupConsistency
TestBackupConsistency verifies backup data integrity
pkg/db/sqlite/backup_test.go:360
FunctionTestBackupEmptyCollection
TestBackupEmptyCollection tests backup of empty collection
pkg/collection/backup_test.go:988
FunctionTestBackupFailureRecovery
TestBackupFailureRecovery tests error handling
pkg/db/sqlite/backup_test.go:699
FunctionTestBackupLargeDataset
TestBackupLargeDataset tests backup with larger dataset
pkg/collection/backup_test.go:811
FunctionTestBackupLockDuration
TestBackupLockDuration measures actual lock time during backup
pkg/db/sqlite/backup_test.go:257
FunctionTestBackupMetadataFiltering
TestBackupMetadataFiltering tests metadata filtering
pkg/collection/backup_test.go:1130
FunctionTestBackupOnline
TestBackupOnline tests incremental backup method
pkg/db/sqlite/backup_test.go:586
FunctionTestBackupUnderLoad
TestBackupUnderLoad simulates realistic production load
pkg/db/sqlite/backup_test.go:431
FunctionTestBackupValidation
TestBackupValidation tests request validation
pkg/collection/backup_test.go:486
FunctionTestBackupWithFiles
TestBackupWithFiles tests backup including filesystem data
pkg/collection/backup_test.go:608
FunctionTestBackupWithSpecialCharacters
TestBackupWithSpecialCharacters tests collections with special characters
pkg/collection/backup_test.go:1054
FunctionTestBackwardsCompatibility
TestBackwardsCompatibility ensures old code without registry still works
pkg/integration/e2e_test.go:386
FunctionTestBinaryData_Handling
(t *testing.T)
pkg/collection/durability_test.go:540
FunctionTestBootstrapClose
(t *testing.T)
pkg/bootstrap/system_collections_test.go:269
FunctionTestBootstrapDirectoryStructure
(t *testing.T)
pkg/bootstrap/system_collections_test.go:291
FunctionTestBootstrapIdempotent
(t *testing.T)
pkg/bootstrap/system_collections_test.go:234
FunctionTestBootstrapSystemCollections
(t *testing.T)
pkg/bootstrap/system_collections_test.go:14
FunctionTestCheckOperationConflict_ActiveOperation
(t *testing.T)
pkg/collection/operation_state_test.go:147
FunctionTestCheckOperationConflict_NoOperation
(t *testing.T)
pkg/collection/operation_state_test.go:134
FunctionTestCheckOperationConflict_TimedOutOperation
(t *testing.T)
pkg/collection/operation_state_test.go:182
FunctionTestCloneCollectionFiles_Simple
(t *testing.T)
pkg/collection/clone_simple_test.go:12
FunctionTestCloneManager_ValidateRequest
(t *testing.T)
pkg/collection/clone_simple_test.go:84
FunctionTestCollectionRepoIntegration
TestCollectionRepoIntegration tests collection repo service registration and validation
pkg/registry/integration_test.go:120
FunctionTestCollectionRepoService_CreateCollection
TestCollectionRepoService_DirectAccess tests the underlying service
pkg/collection/repo_test.go:497
FunctionTestCollectionRepo_ConcurrentCreates
TestCollectionRepo_Concurrency tests concurrent operations on the repo
pkg/collection/repo_test.go:438
FunctionTestCollectionRepo_CreateCollection
TestCollectionRepo_CreateCollection tests creating a collection
pkg/collection/repo_test.go:12
FunctionTestCollectionRepo_CreateCollection_MultipleCollections
(t *testing.T)
pkg/collection/repo_test.go:45
FunctionTestCollectionRepo_DeleteCollection
TestCollectionRepo_DeleteCollection tests deleting a collection
pkg/collection/repo_test.go:526
FunctionTestCollectionRepo_DeleteCollection_InvalidRequest
TestCollectionRepo_DeleteCollection_InvalidRequest tests invalid delete requests
pkg/collection/repo_test.go:603
FunctionTestCollectionRepo_DeleteCollection_Multiple
TestCollectionRepo_DeleteCollection_Multiple tests deleting multiple collections
pkg/collection/repo_test.go:685
FunctionTestCollectionRepo_DeleteCollection_NonExistent
TestCollectionRepo_DeleteCollection_NonExistent tests deleting a non-existent collection
pkg/collection/repo_test.go:583
FunctionTestCollectionRepo_DeleteCollection_WithActiveOperation
TestCollectionRepo_DeleteCollection_WithActiveOperation tests that deletion is blocked during active operations
pkg/collection/repo_test.go:633
FunctionTestCollectionRepo_Discover
TestCollectionRepo_Discover tests discovering collections
pkg/collection/repo_test.go:69
FunctionTestCollectionRepo_Discover_WithMessageTypeFilter
(t *testing.T)
pkg/collection/repo_test.go:134
FunctionTestCollectionRepo_Discover_WithNamespaceFilter
(t *testing.T)
pkg/collection/repo_test.go:100
FunctionTestCollectionRepo_Discover_WithPagination
(t *testing.T)
pkg/collection/repo_test.go:175
FunctionTestCollectionRepo_GetCollection
TestCollectionRepo_GetCollection tests getting a collection instance
pkg/collection/repo_test.go:382
FunctionTestCollectionRepo_GetCollection_NonExistent
(t *testing.T)
pkg/collection/repo_test.go:418
FunctionTestCollectionRepo_Route
TestCollectionRepo_Route tests routing to a collection
pkg/collection/repo_test.go:209
FunctionTestCollectionRepo_Route_NonExistentCollection
(t *testing.T)
pkg/collection/repo_test.go:245
FunctionTestCollectionRepo_SearchCollections
TestCollectionRepo_SearchCollections tests searching across multiple collections
pkg/collection/repo_test.go:270
FunctionTestCollectionRepo_SearchCollections_EmptyNamespace
(t *testing.T)
pkg/collection/repo_test.go:345
FunctionTestCollectionRepo_SearchCollections_WithQuery
(t *testing.T)
pkg/collection/repo_test.go:307
FunctionTestCollectionServer_Batch
TestCollectionServer_Batch tests the Batch RPC
pkg/collection/collection_server_test.go:520
FunctionTestCollectionServer_Create
TestCollectionServer_Create tests the Create RPC
pkg/collection/collection_server_test.go:20
FunctionTestCollectionServer_Create_CollectionNotFound
(t *testing.T)
pkg/collection/collection_server_test.go:89
FunctionTestCollectionServer_Create_GeneratesID
(t *testing.T)
pkg/collection/collection_server_test.go:59
FunctionTestCollectionServer_Delete
TestCollectionServer_Delete tests the Delete RPC
pkg/collection/collection_server_test.go:254
FunctionTestCollectionServer_Describe
TestCollectionServer_Describe tests the Describe RPC
pkg/collection/collection_server_test.go:579
FunctionTestCollectionServer_Get
TestCollectionServer_Get tests the Get RPC
pkg/collection/collection_server_test.go:117
FunctionTestCollectionServer_Get_NotFound
(t *testing.T)
pkg/collection/collection_server_test.go:163
FunctionTestCollectionServer_Invoke
TestCollectionServer_Invoke tests the Invoke RPC (should return Unimplemented)
pkg/collection/collection_server_test.go:695
FunctionTestCollectionServer_List
TestCollectionServer_List tests the List RPC
pkg/collection/collection_server_test.go:305
FunctionTestCollectionServer_List_Pagination
(t *testing.T)
pkg/collection/collection_server_test.go:349
FunctionTestCollectionServer_Meta
TestCollectionServer_Meta tests the Meta RPC
pkg/collection/collection_server_test.go:677
FunctionTestCollectionServer_Modify
TestCollectionServer_Modify tests the Modify RPC
pkg/collection/collection_server_test.go:631
FunctionTestCollectionServer_Search
TestCollectionServer_Search tests the Search RPC
pkg/collection/collection_server_test.go:409
FunctionTestCollectionServer_Search_WithFilters
(t *testing.T)
pkg/collection/collection_server_test.go:460
FunctionTestCollectionServer_Update
TestCollectionServer_Update tests the Update RPC
pkg/collection/collection_server_test.go:198
FunctionTestCollectionServiceIntegration
TestCollectionServiceIntegration tests the full integration of registry validation with the CollectionService
pkg/registry/integration_test.go:17
FunctionTestConcurrentReadWrite
(t *testing.T)
pkg/collection/durability_test.go:276
FunctionTestConcurrentReads
Concurrent Access Tests
pkg/collection/durability_test.go:143
FunctionTestConcurrentWrites_DifferentRecords
(t *testing.T)
pkg/collection/durability_test.go:188
FunctionTestConcurrentWrites_SameRecord
(t *testing.T)
pkg/collection/durability_test.go:232
FunctionTestConnectionManager_CloseAll_UpdatesAllConnections
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:348
FunctionTestConnectionManager_Disconnect_FailedStatus
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:212
FunctionTestConnectionManager_Disconnect_UpdatesStatus
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:167
FunctionTestConnectionManager_HandleConnect_PersistsConnection
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:54
FunctionTestConnectionManager_ReconnectCount
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:298
FunctionTestConnectionManager_RecordRequest_UpdatesStats
(t *testing.T)
pkg/dispatch/connection_persistence_test.go:251
← previousnext →401–500 of 726, ranked by callers