({
source,
target,
from,
to,
}: {
source: string;
target: string;
from: string;
to: string;
})
| 85 | imitationId: string |
| 86 | ): void; |
| 87 | onDrop({ |
| 88 | source, |
| 89 | target, |
| 90 | from, |
nothing calls this directly
no outgoing calls
no test coverage detected