MCPcopy
hub / github.com/hello-pangea/dnd / findDroppableById

Function findDroppableById

src/state/registry/create-registry.ts:113–115  ·  view source on GitHub ↗
(id: DroppableId)

Source from the content-addressed store, hash-verified

111 };
112
113 function findDroppableById(id: DroppableId): DroppableEntry | null {
114 return entries.droppables[id] || null;
115 }
116
117 function getDroppableById(id: DroppableId): DroppableEntry {
118 const entry: DroppableEntry | null = findDroppableById(id);

Callers 2

getDroppableByIdFunction · 0.85
createRegistryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…