Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
export
function
removePluginNameFromSettingList(data: string[], pluginName: string): string[] {
21
return
data.filter((name) => name !== pluginName)
22
}
Callers
1
removePluginNameConfigs
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected