MCPcopy Create free account
hub / github.com/dotzero/git-profile / Store

Method Store

cmd/interfaces.go:15–15  ·  view source on GitHub ↗
(profile string, key string, value string)

Source from the content-addressed store, hash-verified

13 Delete(profile string, value string) bool
14 DeleteProfile(profile string) bool
15 Store(profile string, key string, value string)
16 Save(filename string) error
17 Load(filename string) (err error)
18}

Callers 4

TestStoreValueFunction · 0.65
ImportFunction · 0.65
profileUpdateEntryFunction · 0.65
profileUpdateEntriesFunction · 0.65

Implementers 2

Configinternal/config/config.go
storageMockcmd/mock.go

Calls

no outgoing calls

Tested by 1

TestStoreValueFunction · 0.52