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

Method StoreTimestamp

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

StoreTimestamp writes a key and timestamp value to the config

(key string, value time.Time)

Source from the content-addressed store, hash-verified

52
53 // StoreTimestamp writes a key and timestamp value to the config
54 StoreTimestamp(key string, value time.Time) error
55
56 // StoreBool writes a key and boolean value to the config
57 StoreBool(key string, value bool) error

Callers 2

ImportAllSinceMethod · 0.65
testConfigFunction · 0.65

Implementers 3

goGitConfigWriterrepository/gogit_config.go
configPanicWriterrepository/config.go
MemConfigrepository/config_mem.go

Calls

no outgoing calls

Tested by

no test coverage detected