MCPcopy Create free account
hub / github.com/openclaw/gogcli / BatchUpdate

Method BatchUpdate

internal/docssed/executor.go:29–29  ·  view source on GitHub ↗
(context.Context, string, []*docs.Request)

Source from the content-addressed store, hash-verified

27type DocumentBackend interface {
28 Get(context.Context, string) (*docs.Document, error)
29 BatchUpdate(context.Context, string, []*docs.Request) (*docs.BatchUpdateDocumentResponse, error)
30}
31
32type Executor struct {

Callers 15

RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
runDocsReplaceAllFunction · 0.65
replaceDocsTextRangeFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
replaceImageURLMethod · 0.65
RunMethod · 0.65

Implementers 4

fakeDocumentBackendinternal/docssed/executor_test.go
Executorinternal/docssed/executor.go
serviceDocumentBackendinternal/docssed/executor.go
deferredBulletBackendinternal/docssed/nesting_test.go

Calls

no outgoing calls