MCPcopy
hub / github.com/ha/doozerd / Set

Method Set

src/cmd/doozerd/doozerd.go:22–25  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

20
21
22func (a *strings) Set(s string) bool {
23 *a = append(*a, s)
24 return true
25}
26
27
28func (a *strings) String() string {

Callers 15

TestDoozerNodeFailureFunction · 0.80
clearSlotFunction · 0.80
TestDoozerGetFunction · 0.80
TestDoozerSetFunction · 0.80
TestDoozerGetWithRevFunction · 0.80
TestDoozerWaitSimpleFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestDoozerNodeFailureFunction · 0.64
TestDoozerGetFunction · 0.64
TestDoozerSetFunction · 0.64
TestDoozerGetWithRevFunction · 0.64
TestDoozerWaitSimpleFunction · 0.64
TestDoozerWaitWithRevFunction · 0.64