MCPcopy
hub / github.com/go-git/go-git / ModTime

Method ModTime

plumbing/format/idxfile/helpers_test.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30func (i bytesInputInfo) Size() int64 { return int64(i) }
31func (i bytesInputInfo) Mode() fs.FileMode { return 0 }
32func (i bytesInputInfo) ModTime() time.Time { return time.Time{} }
33func (i bytesInputInfo) IsDir() bool { return false }
34func (i bytesInputInfo) Sys() any { return nil }

Callers 10

addIndexFromFileMethod · 0.80
doUpdateFileToIndexMethod · 0.80
newChildNodeMethod · 0.80
TestRacyGitMethod · 0.80
TestZeroIndexModTimeMethod · 0.80
IndexMethod · 0.80
LooseObjectTimeMethod · 0.80
openAndLockPackedRefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected