MCPcopy Index your code
hub / github.com/tinyplex/tinybase / Actions

Function Actions

src/ui-solid-inspector/index.tsx:327–335  ·  view source on GitHub ↗
(props: {
  readonly left?: JSXElement;
  readonly right?: JSXElement;
})

Source from the content-addressed store, hash-verified

325};
326
327const Actions = (props: {
328 readonly left?: JSXElement;
329 readonly right?: JSXElement;
330}) => (
331 <div class="actions">
332 <div>{props.left}</div>
333 <div>{props.right}</div>
334 </div>
335);
336
337const AddTable = (props: OnDoneProp & TablesProps) => {
338 const has = useHasTableCallback(props.store);

Callers 2

TablesActionsFunction · 0.70
ValuesActionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…