Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobxjs/mobx
/ constructor
Method
constructor
packages/mobx/__tests__/v5/base/flow.js:126–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
return
this.a
125
})
126
constructor() {
127
makeObservable(this, {
128
a: true
129
})
130
}
131
}
132
133
const
x =
new
X()
Callers
nothing calls this directly
Calls
1
makeObservable
Function · 0.90
Tested by
no test coverage detected