Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/
Class
packages/core/src/runtime/localState.ts:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
class
ReadonlySetSnapshot<T> implements ReadonlySet<T> {
155
private readonly set: Set<T>;
156
157
constructor(value: ReadonlySet<T>) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected