MCPcopy
hub / github.com/nats-io/nats.go / Seal

Method Seal

jetstream/object.go:220–220  ·  view source on GitHub ↗

Seal will seal the object store, no further modifications will be allowed.

(ctx context.Context)

Source from the content-addressed store, hash-verified

218
219 // Seal will seal the object store, no further modifications will be allowed.
220 Seal(ctx context.Context) error
221
222 // Watch for any updates to objects in the store. By default, the watcher will send the latest
223 // info for each object and all future updates. Watch will send a nil

Callers 4

TestObjectBasicsFunction · 0.65
TestObjectMultiFunction · 0.65
TestObjectBasicsFunction · 0.65
TestObjectMultiFunction · 0.65

Implementers 2

obsobject.go
obsjetstream/object.go

Calls

no outgoing calls

Tested by 4

TestObjectBasicsFunction · 0.52
TestObjectMultiFunction · 0.52
TestObjectBasicsFunction · 0.52
TestObjectMultiFunction · 0.52