Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
push
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected