Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codealong-dev/ride-sharing
/ DriverAssignedRequest
Interface
DriverAssignedRequest
web/src/contracts.ts:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
interface
DriverAssignedRequest {
69
type
: TripEvents.DriverAssigned;
70
data: Trip;
71
}
72
73
interface
DriverLocationRequest {
74
type
: TripEvents.DriverLocation;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected