MCPcopy
hub / github.com/statelyai/xstate / MyContext

Interface MyContext

packages/xstate-immer/test/immer.test.ts:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 it('should create updates', () => {
108 interface MyContext {
109 foo: {
110 bar: {
111 baz: number[];
112 };
113 };
114 }
115 const context: MyContext = {
116 foo: {
117 bar: {

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…