MCPcopy Index your code
hub / github.com/mobxjs/mobx / createComputedAnnotation

Function createComputedAnnotation

packages/mobx/src/types/computedannotation.ts:12–20  ·  view source on GitHub ↗
(name: string, options?: object)

Source from the content-addressed store, hash-verified

10} from "../internal"
11
12export function createComputedAnnotation(name: string, options?: object): Annotation {
13 return {
14 annotationType_: name,
15 options_: options,
16 make_,
17 extend_,
18 decorate_20223_
19 }
20}
21
22function make_(
23 this: Annotation,

Callers 1

computed.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…