Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immerjs/immer
/ perform
Method
perform
__tests__/patch.js:1284–1286 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1282
this.test = true
1283
}
1284
perform() {
1285
return
"tested!"
1286
}
1287
}
1288
1289
const
[nextState, patches] = produceWithPatches({},
function
(draft) {
Callers
1
patch.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected