MCPcopy
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
454func (b *Blob) FileMode() os.FileMode {
455 // TODO: move this to a different type, off *Blob
456 return b.ss.FileMode()
457}
458
459func (ss *superset) FileMode() os.FileMode {
460 var mode os.FileMode

Callers 8

fileInfoMethod · 0.45
FileModeMethod · 0.45
populateAttrMethod · 0.45
testCompareWithResizedFunction · 0.45
smartFetchFunction · 0.45
setFileMetaFunction · 0.45
fetchCamliSrcFunction · 0.45
fetchCamliSrcFunction · 0.45

Calls

no outgoing calls

Tested by 1

testCompareWithResizedFunction · 0.36