MCPcopy
hub / github.com/vercel-labs/just-bash / read

Function read

packages/just-bash-executor/src/docs.test.ts:21–23  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

19const SKILL_PATH = path.join(import.meta.dirname, "..", "SKILL.md");
20
21function read(filePath: string): string {
22 return fs.readFileSync(filePath, "utf-8");
23}
24
25/**
26 * Pull every ```ts / ```typescript code block out of a markdown file.

Callers 1

docs.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…