Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/provider
/ ErrorIsOkToSendToClient
Function
ErrorIsOkToSendToClient
cluster/client.go:113–115 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
111
}
112
113
func
ErrorIsOkToSendToClient(err error) bool {
114
return
errors.Is(err, ErrExec)
115
}
116
117
type
nullLease
struct
{
118
ctx context.Context
Callers
1
leaseShellHandler
Function · 0.92
Calls
1
Is
Method · 0.80
Tested by
no test coverage detected