MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / UnauthenticatedTimeContextProps

Interface UnauthenticatedTimeContextProps

src/App.tsx:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// The total time spent on the app was moved to a context to start the timer only when the user searches an address
20// It has the flexibility to be used in other components
21interface UnauthenticatedTimeContextProps {
22 setStartTime: (startTime: boolean) => void;
23}
24
25export const UnauthenticatedTimeContext =
26 createContext<UnauthenticatedTimeContextProps>({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected