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

Function resetInMemoryState

src/utils/plugins/installedPluginsManager.ts:702–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700 * This should only be called at startup or for testing.
701 */
702export function resetInMemoryState(): void {
703 inMemoryInstalledPlugins = null
704}
705
706/**
707 * Initialize the versioned plugins system.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected