Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
function
nativeHostManifestPath(dir) {
298
return
join(dir, `${NATIVE_HOST_NAME}.json`);
299
}
300
301
function
writeNativeHostManifest(dir, extensionId, hostPath) {
302
ensureDir(dir);
Callers
5
writeNativeHostManifest
Function · 0.85
install
Function · 0.85
update
Function · 0.85
status
Function · 0.85
uninstall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected