MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / refresh

Function refresh

packages/client/src/features/simulators/useSimulatorList.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 async function refresh() {
75 await loadSimulators();
76 }
77
78 const updateSimulator = useCallback((nextSimulator: SimulatorMetadata) => {
79 startTransition(() =>

Callers 6

runActionFunction · 0.50
handleSimulatorCreatedFunction · 0.50
installAppFileFunction · 0.50
rotateSelectedSimulatorFunction · 0.50
submitPairingFunction · 0.50

Calls 1

loadSimulatorsFunction · 0.85

Tested by

no test coverage detected