Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
187
func
(i *Inode) setVerNoCheck(seq uint64) {
188
i.verUpdate(seq)
189
}
190
191
func
(i *Inode) IsFile() bool {
192
return
proto.IsRegular(i.Type)
Callers
3
testDelDirSnapshotVersion
Function · 0.80
getAndDelVerInList
Method · 0.80
ExtentsList
Method · 0.80
Calls
1
verUpdate
Method · 0.95
Tested by
1
testDelDirSnapshotVersion
Function · 0.64