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

Function deletePlugin

app/src/sqlite/plugin.ts:40–42  ·  view source on GitHub ↗
(name: PluginName)

Source from the content-addressed store, hash-verified

38 return plugins.c
39 },
40 async deletePlugin(name: PluginName) {
41 await ky.deleteFrom('plugin').where('name', '=', name).execute()
42 },
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected