MCPcopy Index your code
hub / github.com/AutoCodeStack/ios-device-farm / reset

Method reset

public/static/js/renderer/front.frame.js:39–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 reset() {
40 this.loading = false;
41 this.loaded = false;
42 if (this.blob) {
43 URL.revokeObjectURL(this.url);
44 this.blob = null;
45 this.url = null;
46 }
47 }
48
49 consume() {
50 if (!this.fresh) return null;

Callers 2

loadMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected