MCPcopy Create free account
hub / github.com/gotify/server / pluginInfo

Function pluginInfo

ui/src/tests/plugin.test.ts:52–53  ·  view source on GitHub ↗
(className: string)

Source from the content-addressed store, hash-verified

50};
51
52const pluginInfo = async (className: string) =>
53 await innerText(page, `.plugin-info .${className} > span`);
54
55const getDisplayer = async () => await innerText(page, '.displayer');
56

Callers 1

plugin.test.tsFile · 0.85

Calls 1

innerTextFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…