MCPcopy Create free account
hub / github.com/git-bug/git-bug / ReadTimestamp

Method ReadTimestamp

repository/config.go:46–46  ·  view source on GitHub ↗

ReadTimestamp read a single timestamp value from the config Return ErrNoConfigEntry or ErrMultipleConfigEntry if there is zero or more than one entry for this key

(key string)

Source from the content-addressed store, hash-verified

44 // Return ErrNoConfigEntry or ErrMultipleConfigEntry if
45 // there is zero or more than one entry for this key
46 ReadTimestamp(key string) (time.Time, error)
47}
48
49type ConfigWrite interface {

Callers 4

ImportAllMethod · 0.65
TestMergedConfigFunction · 0.65
testConfigFunction · 0.65
ReadTimestampMethod · 0.65

Implementers 3

goGitConfigReaderrepository/gogit_config.go
mergedConfigrepository/config.go
MemConfigrepository/config_mem.go

Calls

no outgoing calls

Tested by 1

TestMergedConfigFunction · 0.52