MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / selfSet

Method selfSet

datasource/etcd_machine.go:257–259  ·  view source on GitHub ↗
(key, value string)

Source from the content-addressed store, hash-verified

255}
256
257func (m *etcdMachineInterface) selfSet(key, value string) error {
258 return m.etcdDS.set(m.prefixifyForMachine(key), value)
259}
260
261func (m *etcdMachineInterface) selfDelete(key string) error {
262 err := m.etcdDS.delete(m.prefixifyForMachine(key))

Callers 3

storeMethod · 0.95
CheckInMethod · 0.95
SetVariableMethod · 0.95

Calls 2

prefixifyForMachineMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected