MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isTeamMemFile

Function isTeamMemFile

src/memdir/teamMemPaths.ts:290–292  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

288 * and team memory is enabled.
289 */
290export function isTeamMemFile(filePath: string): boolean {
291 return isTeamMemoryEnabled() && isTeamMemPath(filePath)
292}
293

Callers 2

isTeamMemorySearchFunction · 0.85
isTeamMemoryWriteOrEditFunction · 0.85

Calls 2

isTeamMemoryEnabledFunction · 0.85
isTeamMemPathFunction · 0.85

Tested by

no test coverage detected