MCPcopy
hub / github.com/mobxjs/mobx / object-api.js

File object-api.js

packages/mobx/__tests__/v5/base/object-api.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const mobx = require("../../../src/mobx")
2const { autorun, keys, when, set, remove, values, entries, reaction, observable, has, get } = mobx
3
4test("keys should be observable when extending", () => {

Callers

nothing calls this directly

Calls 15

observableFunction · 0.85
reactionFunction · 0.85
keysFunction · 0.85
valuesFunction · 0.85
entriesFunction · 0.85
expectEqualityFunction · 0.70
expectKeysReactionFunction · 0.70
expectValuesReactionFunction · 0.70
expectEntriesReactionFunction · 0.70
getFunction · 0.70
dFunction · 0.70
autorunFunction · 0.70

Tested by

no test coverage detected