Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ path.test.ts
File
path.test.ts
packages/app/src/context/file/path.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
2
import
{ createPathHelpers, stripQueryAndHash, unquoteGitPath, encodeFilePath } from
"./path"
3
4
describe(
"file path helpers"
, () => {
Callers
nothing calls this directly
Calls
7
createPathHelpers
Function · 0.90
stripQueryAndHash
Function · 0.90
unquoteGitPath
Function · 0.90
encodeFilePath
Function · 0.90
test
Function · 0.85
get
Method · 0.65
describe
Function · 0.50
Tested by
no test coverage detected