MCPcopy
hub / github.com/mobxjs/mobx / Mixins

Interface Mixins

packages/mobx-react/src/utils/utils.ts:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82const mobxPatchedDefinition = Symbol("patchedDefinition")
83
84export interface Mixins extends Record<string, any> {
85 locks: number
86 methods: Array<Function>
87}
88
89function getMixins(target: object, methodName: string): Mixins {
90 const mixins = (target[mobxMixins] = target[mobxMixins] || {})

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…