MCPcopy Index your code
hub / github.com/pocketbase/pocketbase / ModTime

Method ModTime

tools/filesystem/blob/reader.go:138–140  ·  view source on GitHub ↗

ModTime returns the time the blob was last modified.

()

Source from the content-addressed store, hash-verified

136
137// ModTime returns the time the blob was last modified.
138func (r *Reader) ModTime() time.Time {
139 return r.r.Attributes().ModTime
140}
141
142// Size returns the size of the blob content in bytes.
143func (r *Reader) Size() int64 {

Callers 5

ServeMethod · 0.80
ListPagedMethod · 0.80
AttributesMethod · 0.80
NewRangeReaderMethod · 0.80
FileFSMethod · 0.80

Calls 1

AttributesMethod · 0.65

Tested by

no test coverage detected