Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactnativecn/react-native-update
/ EndpointAttemptSuccess
Interface
EndpointAttemptSuccess
src/endpoint.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
EndpointAttemptSuccess<T> {
2
endpoint: string;
3
value: T;
4
duration: number;
5
}
6
7
export
interface
EndpointAttemptFailure {
8
endpoint: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected