MCPcopy 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
113func ErrorIsOkToSendToClient(err error) bool {
114 return errors.Is(err, ErrExec)
115}
116
117type nullLease struct {
118 ctx context.Context

Callers 1

leaseShellHandlerFunction · 0.92

Calls 1

IsMethod · 0.80

Tested by

no test coverage detected