MCPcopy Index your code
hub / github.com/SignTools/SignTools / ReadonlyFile

Interface ReadonlyFile

src/storage/storage.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type ReadonlyFile interface {
18 io.ReadSeekCloser
19 io.ReaderAt
20 Stat() (os.FileInfo, error)
21}
22
23var Apps = newAppResolver()
24var Profiles = newProfileResolver()

Callers 8

getTweaksFunction · 0.65
embed.goFile · 0.65
tarWriteFileFunction · 0.65
GetModTimeMethod · 0.65
loadProfileFunction · 0.65
IsAccountMethod · 0.65
GetModTimeMethod · 0.65
IsSignedMethod · 0.65

Implementers 2

envProfilesrc/storage/profile_env.go
FileSystemBasesrc/storage/filesystem.go

Calls

no outgoing calls

Tested by

no test coverage detected