MCPcopy Create free account
hub / github.com/docker/getting-started / done

Function done

app/src/static/js/react-bootstrap.js:1598–1603  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1596 } else setTimeout(done.bind(null, fakeEvent), 0);
1597
1598 function done(event) {
1599 if (event.target !== event.currentTarget) return;
1600 clearTimeout(backup);
1601 event.target.removeEventListener(_properties.default.end, done);
1602 handler.call(this);
1603 }
1604}
1605
1606onEnd._parseDuration = parseDuration;

Callers 1

onEndFunction · 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…