MCPcopy
hub / github.com/perkeep/perkeep / ModTime

Method ModTime

pkg/schema/blob.go:204–204  ·  view source on GitHub ↗

ModTime returns the "unixMtime" field, or the zero time.

()

Source from the content-addressed store, hash-verified

202
203// ModTime returns the "unixMtime" field, or the zero time.
204func (b *Blob) ModTime() time.Time { return b.ss.ModTime() }
205
206// A Claim is a Blob that is signed.
207type Claim struct {

Callers 15

UploadFileMethod · 0.45
StorageGenerationMethod · 0.45
writeAZipMethod · 0.45
populateFileMethod · 0.45
populateFunction · 0.45
dirInfoMethod · 0.45
fileInfoMethod · 0.45
ServeStaticFileFunction · 0.45
populateSchemaCtimeFunction · 0.45
populateSchemaCtimeFunction · 0.45
populateAttrMethod · 0.45
selfModTimeFunction · 0.45

Calls

no outgoing calls

Tested by 1

populateFunction · 0.36