MCPcopy Index your code
hub / github.com/perkeep/perkeep / Mode

Method Mode

pkg/test/integration/upload_test.go:46–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44func (f *fakeFile) Size() int64 { return f.size }
45func (f *fakeFile) ModTime() time.Time { return f.modTime }
46func (f *fakeFile) Mode() os.FileMode { return 0666 }
47func (f *fakeFile) IsDir() bool { return false }
48func (f *fakeFile) Sys() interface{} { return nil }
49

Callers 15

StatBlobsMethod · 0.80
checkKeyFilePermissionsFunction · 0.80
TestCamgetFIFOFunction · 0.80
TestCamgetSocketFunction · 0.80
NewCommonFileMapFunction · 0.80
TestMutableFunction · 0.80
statStrFunction · 0.80
TestSymlinkFunction · 0.80
cpFileFunction · 0.80
numRegularFilesUnderFunction · 0.80
uploadNodeMethod · 0.80
statReceiverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected