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

Method toString

packages/mobx/src/types/observablemap.ts:459–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 }
458
459 toString(): string {
460 return "[object ObservableMap]"
461 }
462
463 toJSON(): [K, V][] {
464 return Array.from(this)

Callers 15

_createActionFunction · 0.45
assertActionDescriptorFunction · 0.45
createActionDescriptorFunction · 0.45
make_Function · 0.45
initializeObservableFunction · 0.45
make_Method · 0.45
assertAnnotableFunction · 0.45
assertFlowDescriptorFunction · 0.45
make_Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected