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