MCPcopy Create free account
hub / github.com/different-ai/opencode-browser / getExtensionIdFromManifest

Function getExtensionIdFromManifest

bin/cli.js:143–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143function getExtensionIdFromManifest() {
144 const manifest = readExtensionManifest();
145 if (!manifest?.key) return null;
146 return computeExtensionIdFromKey(manifest.key);
147}
148
149async function resolveExtensionId({ allowPrompt = true, preferConfig = false } = {}) {
150 const override = getExtensionIdOverride();

Callers 3

resolveExtensionIdFunction · 0.85
updateFunction · 0.85
statusFunction · 0.85

Calls 2

readExtensionManifestFunction · 0.85

Tested by

no test coverage detected