MCPcopy
hub / github.com/vitest-dev/vitest / isImmutableList

Function isImmutableList

packages/expect/src/jest-utils.ts:396–398  ·  view source on GitHub ↗
(source: unknown)

Source from the content-addressed store, hash-verified

394}
395
396function isImmutableList(source: unknown): boolean {
397 return Boolean(source && isObjectLiteral(source) && source[IS_LIST_SENTINEL])
398}
399
400function isImmutableOrderedKeyed(source: unknown): boolean {
401 return Boolean(

Callers 1

iterableEqualityFunction · 0.85

Calls 1

isObjectLiteralFunction · 0.85

Tested by

no test coverage detected