MCPcopy Create free account
hub / github.com/pydio/cells / SetMetadata

Method SetMetadata

common/server/server.go:277–279  ·  view source on GitHub ↗
(meta map[string]string)

Source from the content-addressed store, hash-verified

275}
276
277func (s *server) SetMetadata(meta map[string]string) {
278 s.Opts.Metadata = meta
279}
280
281func (s *server) Clone() interface{} {
282 clone := &server{}

Callers 1

StopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected