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

Method ContentType

cluster/ct.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36func (ct *CT) FQN() string { return ct.fqn }
37func (ct *CT) ObjectName() string { return ct.objName }
38func (ct *CT) ContentType() string { return ct.contentType }
39func (ct *CT) Bck() *Bck { return ct.bck }
40func (ct *CT) Bucket() *cmn.Bck { return (*cmn.Bck)(ct.bck) }
41func (ct *CT) MpathInfo() *fs.MountpathInfo { return ct.mpathInfo }

Callers 10

sendFromDiskMethod · 0.80
visitCTMethod · 0.80
visitFQNMethod · 0.80
ecGetAllSlicesFunction · 0.80
ecCheckSlicesFunction · 0.80
waitForECFinishesFunction · 0.80
doECPutsAndCheckFunction · 0.80
TestECChecksumFunction · 0.80

Calls

no outgoing calls

Tested by 7

ecGetAllSlicesFunction · 0.64
ecCheckSlicesFunction · 0.64
waitForECFinishesFunction · 0.64
doECPutsAndCheckFunction · 0.64
TestECChecksumFunction · 0.64