MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getAllAnusMdFilenames

Function getAllAnusMdFilenames

packages/core/src/tools/memoryTool.ts:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91export function getAllAnusMdFilenames(): string[] {
92 if (Array.isArray(currentAnusMdFilename)) {
93 return currentAnusMdFilename;
94 }
95 return [currentAnusMdFilename];
96}
97
98// Get context file names (ANUS.md only)
99export function getAllContextFilenames(): string[] {

Callers 5

getAllContextFilenamesFunction · 0.85
memoryTool.test.tsFile · 0.85
readAnusMdFilesFunction · 0.85
AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected