Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ unmemoize
Function
unmemoize
packages/core/src/utils/normalize.ts:309–311 ·
view source on GitHub ↗
(obj: object)
Source
from the content-addressed store, hash-verified
307
}
308
309
function
unmemoize(obj: object): void {
310
inner.delete(obj);
311
}
312
return
[memoize, unmemoize];
313
}
Callers
1
visit
Function · 0.85
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected