MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / readRepoFile

Function readRepoFile

test/services/memoryLazyLoading.test.js:8–10  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

6const repoRoot = process.cwd();
7
8async function readRepoFile(relativePath) {
9 return fs.readFile(path.join(repoRoot, relativePath), 'utf8');
10}
11
12test('memory services do not statically import nanomem browser module', async () => {
13 const files = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected