MCPcopy Index your code
hub / github.com/processing/p5.js / takeDiff

Method takeDiff

src/core/States.js:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 takeDiff() {
18 const diff = this.#modified;
19 this.#modified = {};
20 return diff;
21 }
22
23 getModified() {
24 return this.#modified;

Callers 2

States.jsFile · 0.80
pushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected