MCPcopy Create free account
hub / github.com/freecodexyz/free-code / settingSourceToScope

Function settingSourceToScope

src/utils/plugins/pluginStartupCheck.ts:181–185  ·  view source on GitHub ↗
(
  source: SettingSource,
)

Source from the content-addressed store, hash-verified

179 * @returns The corresponding plugin scope
180 */
181export function settingSourceToScope(
182 source: SettingSource,
183): ExtendedPluginScope {
184 return SETTING_SOURCE_TO_SCOPE[source]
185}
186
187/**
188 * Gets the list of currently installed plugins

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected