MCPcopy Create free account
hub / github.com/tinyplex/tinybase / Actions

Function Actions

src/ui-react-inspector/actions/common.tsx:172–183  ·  view source on GitHub ↗
({
  left,
  right,
}: {
  readonly left?: ReactNode;
  readonly right?: ReactNode;
})

Source from the content-addressed store, hash-verified

170};
171
172export const Actions = ({
173 left,
174 right,
175}: {
176 readonly left?: ReactNode;
177 readonly right?: ReactNode;
178}) => (
179 <div className="actions">
180 <div>{left}</div>
181 <div>{right}</div>
182 </div>
183);

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…