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

Method configureObject

object.go:101–101  ·  view source on GitHub ↗
(opts *objOpts)

Source from the content-addressed store, hash-verified

99
100type ObjectOpt interface {
101 configureObject(opts *objOpts) error
102}
103
104type objOpts struct {

Callers 3

PutMethod · 0.65
ObjectStoreNamesMethod · 0.65
ObjectStoresMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected