MCPcopy Index your code
hub / github.com/larksuite/cli / Timeout

Method Timeout

internal/client/api_errors_test.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35func (timeoutNetError) Error() string { return "i/o timeout" }
36func (timeoutNetError) Timeout() bool { return true }
37func (timeoutNetError) Temporary() bool { return true }
38
39// TestWrapDoAPIError_SyntaxError_ReturnsInternalError pins that a raw

Callers 4

classifyNetworkSubtypeFunction · 0.80
consumeLoopFunction · 0.80
busSideFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected