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

Method configureGetInfo

object.go:915–915  ·  view source on GitHub ↗
(opts *getObjectInfoOpts)

Source from the content-addressed store, hash-verified

913
914type GetObjectInfoOpt interface {
915 configureGetInfo(opts *getObjectInfoOpts) error
916}
917type getObjectInfoOpts struct {
918 ctx context.Context

Callers 1

GetInfoMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected