MCPcopy Index your code
hub / github.com/paperwm/PaperWM / load_async

Method load_async

background.js:554–560  ·  view source on GitHub ↗
(cancellable, callback)

Source from the content-addressed store, hash-verified

552
553 // eslint-disable-next-line camelcase
554 load_async(cancellable, callback) {
555 super.load_async(cancellable, () => {
556 this.loaded = true;
557
558 callback?.();
559 });
560 }
561
562 update(monitor) {
563 this.keyFrameFiles = [];

Callers 1

getAnimationMethod · 0.80

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected