MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / commitOrder

Function commitOrder

settings.tsx:492–496  ·  view source on GitHub ↗
(nextOrder: ServiceType[])

Source from the content-addressed store, hash-verified

490 });
491
492 const commitOrder = (nextOrder: ServiceType[]) => {
493 setOrder(nextOrder);
494 store.fallbackOrder = nextOrder.join(",");
495 update();
496 };
497
498 return (
499 <SettingsSection id="fallback-order" name="Fallback Order" description="Drag hosts to reorder fallback attempts. The selected host is tried first, then this order is used.">

Callers 1

FallbackOrderSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected