MCPcopy
hub / github.com/mobxjs/mobx-state-tree / push

Function push

__tests__/core/primitives.test.ts:21–23  ·  view source on GitHub ↗
(model: typeof Model.Type)

Source from the content-addressed store, hash-verified

19 self.one = one
20 }
21 function push(model: typeof Model.Type) {
22 self.index.push(model)
23 }
24 return {
25 set,
26 push

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…