Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
type
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
testSetup
Function · 0.65
TestPeers
Function · 0.65
TestNoDedup
Function · 0.65
setSinkView
Function · 0.65
beChildForTestHTTPPool
Function · 0.65
Implementers
5
stringSink
sinks.go
byteViewSink
sinks.go
protoSink
sinks.go
allocBytesSink
sinks.go
truncBytesSink
sinks.go
Calls
no outgoing calls
Tested by
4
testSetup
Function · 0.52
TestPeers
Function · 0.52
TestNoDedup
Function · 0.52
beChildForTestHTTPPool
Function · 0.52