(namespace)
| 10 | }; |
| 11 | |
| 12 | function resolveExpireKey(namespace) { |
| 13 | return namespace |
| 14 | ? `${LOCAL_STORAGE.EXPIRE_KEY}/${namespace}` |
| 15 | : LOCAL_STORAGE.EXPIRE_KEY; |
| 16 | } |
| 17 | |
| 18 | function resolveIndexKey(namespace) { |
| 19 | return namespace |
no outgoing calls
no test coverage detected
searching dependent graphs…