MCPcopy Create free account
hub / github.com/effect-app/libs / Record.ts

File Record.ts

repos/effect/packages/effect/src/Record.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Works with plain JavaScript records as immutable key/value dictionaries.
3 *
4 * A record is an object whose keys are strings or symbols. This module includes

Callers

nothing calls this directly

Calls 14

predicateFunction · 0.85
partitionFunction · 0.85
isSubrecordByFunction · 0.85
isEmptyRecordFunction · 0.85
pushMethod · 0.80
someMethod · 0.80
emptyFunction · 0.70
keysFunction · 0.70
collectFunction · 0.70
hasFunction · 0.70
removeFunction · 0.70
combineFunction · 0.70

Tested by

no test coverage detected