Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ FileMode
Method
FileMode
pkg/schema/schema.go:454–457 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
}
453
454
func
(b *Blob) FileMode() os.FileMode {
455
// TODO: move this to a different type, off *Blob
456
return
b.ss.FileMode()
457
}
458
459
func
(ss *superset) FileMode() os.FileMode {
460
var
mode os.FileMode
Callers
8
fileInfo
Method · 0.45
FileMode
Method · 0.45
populateAttr
Method · 0.45
testCompareWithResized
Function · 0.45
smartFetch
Function · 0.45
setFileMeta
Function · 0.45
fetchCamliSrc
Function · 0.45
fetchCamliSrc
Function · 0.45
Calls
no outgoing calls
Tested by
1
testCompareWithResized
Function · 0.36