MCPcopy Create free account
hub / github.com/Effect-TS/effect / Record.ts

File Record.ts

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 13

predicateFunction · 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
fFunction · 0.50
modifyFunction · 0.50

Tested by

no test coverage detected