MCPcopy
hub / github.com/pcottle/learnGitBranching / then

Method then

src/js/visuals/animation/index.js:209–211  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

207 }
208
209 then(func) {
210 return this.get('deferred').promise.then(func);
211 }
212
213 static fromAnimation(animation) {
214 return new PromiseAnimation({

Callers 15

startLevelMethod · 0.80
buildLevelMethod · 0.80
showLevelsMethod · 0.80
importLevelNowMethod · 0.80
importTreeMethod · 0.80
importLevelMethod · 0.80
exportTreeMethod · 0.80
helpDialogMethod · 0.80
getTreeQuickFunction · 0.80
headless.jsFile · 0.80
index.jsFile · 0.80
gitShim.jsFile · 0.80

Calls 1

getMethod · 0.95

Tested by 3

expectLevelAsyncFunction · 0.64
expectTreeAsyncFunction · 0.64
runCommandFunction · 0.64