Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ html
Function
html
packages/desktop/src/renderer/html.test.ts:9–9 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
7
const
root = resolve(dir,
"../.."
)
8
9
const
html =
async
(name: string) => Bun.file(join(dir, name)).text()
10
11
/**
12
* Packaged Electron windows load renderer HTML via the privileged `oc:
//`
Callers
4
html.test.ts
File · 0.85
ContentMarkdown
Function · 0.85
ContentCode
Function · 0.85
Markdown
Function · 0.85
Calls
3
join
Function · 0.85
file
Method · 0.80
text
Method · 0.65
Tested by
no test coverage detected