Function: hasProjectMemory()
function hasProjectMemory(rootDir, options?): Promise<boolean>;
Defined in: memory/loader.ts:512
Quick utility to check if a directory has project memory files
Parameters
| Parameter | Type |
|---|---|
rootDir | string |
options? | ProjectMemoryOptions |
Returns
Promise<boolean>