(userId, activityName)
| 118 | } |
| 119 | |
| 120 | function readActivityFromCache (userId, activityName) { |
| 121 | return normalizeCacheEntry(readActivityStatusCache(userId)[activityName]) |
| 122 | } |
| 123 | |
| 124 | function reconcileActivity (localActivity, remoteActivity) { |
| 125 | const remote = activityFromRemote(remoteActivity) |
nothing calls this directly
no test coverage detected