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

Method getDescription

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

Source from the content-addressed store, hash-verified

205 private static readonly allowlist: Set<string> = new Set();
206
207 getDescription(): string {
208 const memoryFilePath = getGlobalMemoryFilePath();
209 return `in ${tildeifyPath(memoryFilePath)}`;
210 }
211
212 override async shouldConfirmExecute(
213 _abortSignal: AbortSignal,

Callers

nothing calls this directly

Calls 2

getGlobalMemoryFilePathFunction · 0.85
tildeifyPathFunction · 0.85

Tested by

no test coverage detected