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

Interface IRootModel

__tests__/core/lazy.test.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { expect, test } from "bun:test"
4
5interface IRootModel {
6 shouldLoad: boolean
7}
8
9test("it should load the correct type", async () => {
10 const LazyModel = types

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…