MCPcopy Create free account
hub / github.com/google/go-cloud / Set

Method Set

blob/blob.go:628–634  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

626}
627
628func (es *errorState) Set(err error) {
629 if err != nil {
630 es.mu.Lock()
631 es.err = err
632 es.mu.Unlock()
633 }
634}
635
636func (es *errorState) Err() error {
637 es.mu.Lock()

Callers 13

AllMethod · 0.95
URLFromKeyMethod · 0.45
getMACMethod · 0.45
testSignedURLFunction · 0.45
indexMethod · 0.45
signMethod · 0.45
serveBlobMethod · 0.45
OpenPostgresURLMethod · 0.45
OpenPostgresURLMethod · 0.45
RoundTripMethod · 0.45
benchHandlerFunction · 0.45
TestHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 2

benchHandlerFunction · 0.36
TestHandlerFunction · 0.36