Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ifandelse/machina.js
/ dispose
Function
dispose
packages/machina/src/behavioral-fsm.ts:720–722 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
718
child.rehydrate(client, compositeState);
719
},
720
dispose(): void {
721
child.dispose();
722
},
723
};
724
}
725
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected