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

Function connectionsAtom

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

Source from the content-addressed store, hash-verified

100// ---------------------------------------------------------------------------
101
102export const connectionsAtom = (owner: Owner) =>
103 ExecutorApiClient.query("connections", "list", {
104 query: { owner },
105 timeToLive: "30 seconds",
106 reactivityKeys: [ReactivityKey.connections],
107 });
108
109/**
110 * 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