MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / connectionsAtom

Function connectionsAtom

packages/react/src/api/atoms.tsx:103–108  ·  view source on GitHub ↗
(owner: Owner)

Source from the content-addressed store, hash-verified

101// ---------------------------------------------------------------------------
102
103export const connectionsAtom = (owner: Owner) =>
104 ExecutorApiClient.query("connections", "list", {
105 query: { owner },
106 timeToLive: "30 seconds",
107 reactivityKeys: [ReactivityKey.connections],
108 });
109
110/**
111 * All connections across BOTH owners (`connections.list` with no `owner`). Same

Callers 1

atoms.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected