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

Struct stringSink

sinks.go:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type stringSink struct {
74 sp *string
75 v ByteView
76 // TODO(bradfitz): track whether any Sets were called.
77}
78
79func (s *stringSink) view() (ByteView, error) {
80 // TODO(bradfitz): return an error if no Set was called

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected