Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ asImmutable
Method
asImmutable
__tests__/Set.ts:363–368 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
361
}
362
363
asImmutable() {
364
return
fromJS({
365
entityId: this.entityId,
366
entityKey: this.entityKey,
367
});
368
}
369
370
valueOf() {
371
return
this.asImmutable().toString();
Callers
1
valueOf
Method · 0.95
Calls
1
fromJS
Function · 0.85
Tested by
no test coverage detected