Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ Get
Method
Get
internal/docssed/executor.go:28–28 ·
view source on GitHub ↗
(context.Context, string)
Source
from the content-addressed store, hash-verified
26
27
type
DocumentBackend
interface
{
28
Get(context.Context, string) (*docs.Document, error)
29
BatchUpdate(context.Context, string, []*docs.Request) (*docs.BatchUpdateDocumentResponse, error)
30
}
31
Callers
15
TestRepositoryLifecycle
Function · 0.65
TestRepositoryStartHistoryID
Function · 0.65
TestRepositoryUpdatePreservesStateOnFailure
Function · 0.65
TestRepositorySerializesConcurrentInstances
Function · 0.65
TestRepositoryNamedTransitions
Function · 0.65
TestRepositoryRateLimitTransitions
Function · 0.65
TestRepositoryRecordDelivery
Function · 0.65
TestProcessorHandleHistory
Function · 0.65
TestProcessorResyncsStaleHistory
Function · 0.65
TestProcessorAdvancesEmptyFilteredHistory
Function · 0.65
TestProcessorSkipsAllExcludedMessages
Function · 0.65
TestProcessorProcessRecordsDelivery
Function · 0.65
Implementers
4
fakeDocumentBackend
internal/docssed/executor_test.go
Executor
internal/docssed/executor.go
serviceDocumentBackend
internal/docssed/executor.go
deferredBulletBackend
internal/docssed/nesting_test.go
Calls
no outgoing calls
Tested by
15
TestRepositoryLifecycle
Function · 0.52
TestRepositoryStartHistoryID
Function · 0.52
TestRepositoryUpdatePreservesStateOnFailure
Function · 0.52
TestRepositorySerializesConcurrentInstances
Function · 0.52
TestRepositoryNamedTransitions
Function · 0.52
TestRepositoryRateLimitTransitions
Function · 0.52
TestRepositoryRecordDelivery
Function · 0.52
TestProcessorHandleHistory
Function · 0.52
TestProcessorResyncsStaleHistory
Function · 0.52
TestProcessorAdvancesEmptyFilteredHistory
Function · 0.52
TestProcessorSkipsAllExcludedMessages
Function · 0.52
TestProcessorProcessRecordsDelivery
Function · 0.52