(namespace)
| 16 | } |
| 17 | |
| 18 | function resolveIndexKey(namespace) { |
| 19 | return namespace |
| 20 | ? `${LOCAL_STORAGE.INDEX_KEY}/${namespace}` |
| 21 | : LOCAL_STORAGE.INDEX_KEY; |
| 22 | } |
| 23 | |
| 24 | function escapeHtml(string) { |
| 25 | const entityMap = { |
no outgoing calls
no test coverage detected
searching dependent graphs…