MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / getPlugins

Function getPlugins

app/src/sqlite/plugin.ts:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 )
28 },
29 async getPlugins(): Promise<Plugin[]> {
30 const plugins = await ky.selectFrom('plugin').selectAll().execute()
31 return plugins.map(pluginEntityToDomain)
32 },
33 async getPluginCount() {
34 const plugins = await ky
35 .selectFrom('plugin')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected