Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ readFile
Method
readFile
src/utils/file-system.ts:236–238 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
234
}
235
236
static
async
readFile(filePath: string): Promise<string> {
237
return
await
fs.readFile(filePath,
'utf-8'
);
238
}
239
240
static
async
updateFileWithMarkers(
241
filePath: string,
Callers
15
updateFileWithMarkers
Method · 0.95
file-system.test.ts
File · 0.80
change-metadata.test.ts
File · 0.80
marker-updates.test.ts
File · 0.80
change-utils.test.ts
File · 0.80
spec.test.ts
File · 0.80
artifact-workflow.test.ts
File · 0.80
basic.test.ts
File · 0.80
walk
Function · 0.80
store-lifecycle.test.ts
File · 0.80
update.test.ts
File · 0.80
init.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
walk
Function · 0.64