MCPcopy
hub / github.com/infinitered/reactotron / plugin

Function plugin

lib/reactotron-core-client/test/plugin-send.test.ts:25–28  ·  view source on GitHub ↗
(reactotron)

Source from the content-addressed store, hash-verified

23
24 // the plugin to extract the send function
25 const plugin: PluginCreator<ReactotronCore> = (reactotron) => {
26 capturedSend = reactotron.send
27 return {}
28 }
29
30 // create the client, add the plugin, and connect
31 const client = createClient({

Calls

no outgoing calls

Tested by

no test coverage detected