MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / removePluginNameFromSettingList

Function removePluginNameFromSettingList

src/shared/pluginSettings.ts:20–22  ·  view source on GitHub ↗
(data: string[], pluginName: string)

Source from the content-addressed store, hash-verified

18}
19
20export function removePluginNameFromSettingList(data: string[], pluginName: string): string[] {
21 return data.filter((name) => name !== pluginName)
22}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected