MCPcopy Index your code
hub / github.com/cobusgreyling/loop-engineering / loadRunLog

Function loadRunLog

tools/mcp-server/src/resolver.ts:164–166  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

162}
163
164export async function loadRunLog(root: string): Promise<string | null> {
165 return readFileIfExists(path.join(root, 'loop-run-log.md'));
166}
167
168export async function loadSafetyDoc(root: string): Promise<string | null> {
169 for (const f of ['docs/safety.md', 'safety.md', 'SECURITY.md']) {

Callers 2

server.test.mjsFile · 0.85
index.tsFile · 0.85

Calls 1

readFileIfExistsFunction · 0.85

Tested by

no test coverage detected