MCPcopy Index your code
hub / github.com/golang/groupcache / SetString

Method SetString

sinks.go:31–31  ·  view source on GitHub ↗

SetString sets the value to s.

(s string)

Source from the content-addressed store, hash-verified

29type Sink interface {
30 // SetString sets the value to s.
31 SetString(s string) error
32
33 // SetBytes sets the value to the contents of v.
34 // The caller retains ownership of v.

Callers 5

testSetupFunction · 0.65
TestPeersFunction · 0.65
TestNoDedupFunction · 0.65
setSinkViewFunction · 0.65
beChildForTestHTTPPoolFunction · 0.65

Implementers 5

stringSinksinks.go
byteViewSinksinks.go
protoSinksinks.go

Calls

no outgoing calls

Tested by 4

testSetupFunction · 0.52
TestPeersFunction · 0.52
TestNoDedupFunction · 0.52
beChildForTestHTTPPoolFunction · 0.52