Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
628
func
(es *errorState) Set(err error) {
629
if
err != nil {
630
es.mu.Lock()
631
es.err = err
632
es.mu.Unlock()
633
}
634
}
635
636
func
(es *errorState) Err() error {
637
es.mu.Lock()
Callers
13
All
Method · 0.95
URLFromKey
Method · 0.45
getMAC
Method · 0.45
testSignedURL
Function · 0.45
index
Method · 0.45
sign
Method · 0.45
serveBlob
Method · 0.45
OpenPostgresURL
Method · 0.45
OpenPostgresURL
Method · 0.45
RoundTrip
Method · 0.45
benchHandler
Function · 0.45
TestHandler
Function · 0.45
Calls
no outgoing calls
Tested by
2
benchHandler
Function · 0.36
TestHandler
Function · 0.36