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

Method selfGet

datasource/etcd_machine.go:253–255  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

251}
252
253func (m *etcdMachineInterface) selfGet(key string) (string, error) {
254 return m.etcdDS.get(m.prefixifyForMachine(key))
255}
256
257func (m *etcdMachineInterface) selfSet(key, value string) error {
258 return m.etcdDS.set(m.prefixifyForMachine(key), value)

Callers 3

MachineMethod · 0.95
LastSeenMethod · 0.95
GetVariableMethod · 0.95

Calls 2

prefixifyForMachineMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected