MCPcopy Create free account
hub / github.com/apache/impala / callback

Function callback

tests/comparison/leopard/static/js/bootstrap.js:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 var $el = this
56 $(this).one('bsTransitionEnd', function () { called = true })
57 var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
58 setTimeout(callback, duration)
59 return this
60 }

Callers 12

bootstrap.jsFile · 0.70
callbackRemoveFunction · 0.70
completeFunction · 0.70
nextFunction · 0.70
producer_callbackMethod · 0.50
consumer_callbackMethod · 0.50
AsyncRequestMethod · 0.50
PickLeaderMethod · 0.50
StartMethod · 0.50
RecoveryModeCheckerMethod · 0.50
UpdateCatalogdMethod · 0.50
UpdateStateMethod · 0.50

Calls 1

$Function · 0.50

Tested by 7

producer_callbackMethod · 0.40
consumer_callbackMethod · 0.40
PickLeaderMethod · 0.40
StartMethod · 0.40
RecoveryModeCheckerMethod · 0.40
UpdateCatalogdMethod · 0.40
UpdateStateMethod · 0.40