MCPcopy Index your code
hub / github.com/NVIDIA/aistore / New

Method New

xs/multiobj.go:291–296  ·  view source on GitHub ↗

prefetch //

(args xreg.Args, bck *cluster.Bck)

Source from the content-addressed store, hash-verified

289//////////////
290
291func (*prfFactory) New(args xreg.Args, bck *cluster.Bck) xreg.Renewable {
292 msg := args.Custom.(*cmn.SelectObjsMsg)
293 debug.Assert(!msg.IsList() || !msg.HasTemplate())
294 np := &prfFactory{RenewBase: xreg.RenewBase{Args: args, Bck: bck}, msg: msg}
295 return np
296}
297
298func (p *prfFactory) Start() error {
299 b := p.Bck

Callers

nothing calls this directly

Calls 3

AssertFunction · 0.92
IsListMethod · 0.80
HasTemplateMethod · 0.80

Tested by

no test coverage detected