MCPcopy
hub / github.com/cubefs/cubefs / setVerNoCheck

Method setVerNoCheck

metanode/inode.go:187–189  ·  view source on GitHub ↗
(seq uint64)

Source from the content-addressed store, hash-verified

185}
186
187func (i *Inode) setVerNoCheck(seq uint64) {
188 i.verUpdate(seq)
189}
190
191func (i *Inode) IsFile() bool {
192 return proto.IsRegular(i.Type)

Callers 3

getAndDelVerInListMethod · 0.80
ExtentsListMethod · 0.80

Calls 1

verUpdateMethod · 0.95

Tested by 1