MCPcopy
hub / github.com/NVIDIA/aistore / Add

Method Add

etl/emd.go:61–61  ·  view source on GitHub ↗
(spec InitMsg)

Source from the content-addressed store, hash-verified

59
60func (e *MD) Init(l int) { e.ETLs = make(ETLs, l) }
61func (e *MD) Add(spec InitMsg) { e.ETLs[spec.ID()] = spec }
62func (*MD) JspOpts() jsp.Options { return etlMDJspOpts }
63
64func (e *MD) Get(id string) (msg InitMsg, present bool) {

Callers

nothing calls this directly

Calls 1

IDMethod · 0.65

Tested by

no test coverage detected