MCPcopy
hub / github.com/dosco/graphjin / Delete

Method Delete

core/fstable/backend.go:78–78  ·  view source on GitHub ↗

Delete removes a key. Idempotent: deleting a missing key is not an error.

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

76 // Delete removes a key. Idempotent: deleting a missing key is not
77 // an error.
78 Delete(ctx context.Context, key string) error
79
80 // Presign returns a URL that grants the named operation on the key
81 // for ttl. Backends that don't support presigning (e.g. local) MAY

Callers 7

DeleteMethod · 0.65
subscribeMethod · 0.65
subControllerMethod · 0.65
DropDatasetFunction · 0.65

Implementers 6

readOnlyFilesystemBackendcore/fstable_cache.go
rotatingPresignBackendcore/fstable_bridge_test.go
Localcore/fstable/local.go
s3Backendserv/fstable_s3.go
gcsBackendserv/fstable_gcs.go

Calls

no outgoing calls