()
| 760 | * Check if team memory sync is available (requires first-party OAuth). |
| 761 | */ |
| 762 | export function isTeamMemorySyncAvailable(): boolean { |
| 763 | return isUsingOAuth() |
| 764 | } |
| 765 | |
| 766 | /** |
| 767 | * Pull team memory from the server and write to local directory. |
no test coverage detected