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

Interface DropPendingArgs

test/util/get-simple-state-preset.ts:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 });
113
114 interface DropPendingArgs {
115 reason: DropReason;
116 isWaiting: boolean;
117 }
118
119 const defaultDropPending: DropPendingArgs = {
120 reason: 'DROP',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…