MCPcopy Create free account
hub / github.com/zxlie/FeHelper / readSource

Function readSource

test/tool-ai-workflows.test.js:7–9  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

5const ROOT = path.resolve(__dirname, '..');
6
7function readSource(file) {
8 return fs.readFileSync(path.join(ROOT, file), 'utf8');
9}
10
11describe('tool-level AI workflows', () => {
12 it('adds an explain-code workflow to code beautify without rewriting whole files', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected