Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
290
export
function
isTeamMemFile(filePath: string): boolean {
291
return
isTeamMemoryEnabled() && isTeamMemPath(filePath)
292
}
293
Callers
2
isTeamMemorySearch
Function · 0.85
isTeamMemoryWriteOrEdit
Function · 0.85
Calls
2
isTeamMemoryEnabled
Function · 0.85
isTeamMemPath
Function · 0.85
Tested by
no test coverage detected