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

Function getDetailsAction

test/unit/core/ui-react/ui-react-inspector.test.tsx:28–32  ·  view source on GitHub ↗
(title: string, actionTitle: string)

Source from the content-addressed store, hash-verified

26};
27
28const getDetailsAction = (title: string, actionTitle: string): HTMLElement => {
29 const action = getDetails(title).querySelector(`img[title="${actionTitle}"]`);
30 expect(action).not.toBeNull();
31 return action as HTMLElement;
32};
33
34const getRowAction = (
35 tableTitle: string,

Callers 1

Calls 1

getDetailsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…