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

Method StoreBool

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

StoreBool writes a key and boolean value to the config

(key string, value bool)

Source from the content-addressed store, hash-verified

55
56 // StoreBool writes a key and boolean value to the config
57 StoreBool(key string, value bool) error
58
59 // RemoveAll removes all key/value pair matching the key prefix
60 RemoveAll(keyPrefix string) error

Callers 1

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