Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ file-system.test.ts
File
file-system.test.ts
test/utils/file-system.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, vi } from
'vitest'
;
2
import
* as nodeFs from
'fs'
;
3
import
{ promises as fs } from
'fs'
;
4
import
path from
'path'
;
Callers
nothing calls this directly
Calls
9
createDirectory
Method · 0.80
writeFile
Method · 0.80
fileExists
Method · 0.80
directoryExists
Method · 0.80
canonicalizeExistingPath
Method · 0.80
readFile
Method · 0.80
ensureWritePermissions
Method · 0.80
canWriteFile
Method · 0.80
joinPath
Method · 0.80
Tested by
no test coverage detected