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

Function nativeHostManifestPath

bin/cli.js:297–299  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

295}
296
297function nativeHostManifestPath(dir) {
298 return join(dir, `${NATIVE_HOST_NAME}.json`);
299}
300
301function writeNativeHostManifest(dir, extensionId, hostPath) {
302 ensureDir(dir);

Callers 5

writeNativeHostManifestFunction · 0.85
installFunction · 0.85
updateFunction · 0.85
statusFunction · 0.85
uninstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected