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

Method StoreString

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

StoreString writes a single string key/value pair in the config

(key, value string)

Source from the content-addressed store, hash-verified

49type ConfigWrite interface {
50 // StoreString writes a single string key/value pair in the config
51 StoreString(key, value string) error
52
53 // StoreTimestamp writes a key and timestamp value to the config
54 StoreTimestamp(key string, value time.Time) error

Callers 4

storeConfigMethod · 0.65
testConfigFunction · 0.65
CreateGoGitTestRepoFunction · 0.65
SetUserIdentityFunction · 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