MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / execute

Function execute

aspnet-samples/AspNetForm/Scripts/bootstrap.esm.js:248–250  ·  view source on GitHub ↗
(possibleCallback, args = [], defaultValue = possibleCallback)

Source from the content-addressed store, hash-verified

246 });
247};
248const execute = (possibleCallback, args = [], defaultValue = possibleCallback) => {
249 return typeof possibleCallback === 'function' ? possibleCallback(...args) : defaultValue;
250};
251const executeAfterTransition = (callback, transitionElement, waitForTransition = true) => {
252 if (!waitForTransition) {
253 execute(callback);

Callers 12

executeAfterTransitionFunction · 0.70
handlerFunction · 0.70
_endMethod · 0.70
_handleSwipeMethod · 0.70
_getPopperConfigMethod · 0.70
showMethod · 0.70
hideMethod · 0.70
_appendMethod · 0.70
_createPopperMethod · 0.70
_getPopperConfigMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected