({ branch, folder, extension, depth }: GetKeyArgs)
| 428 | }; |
| 429 | |
| 430 | function getLocalKey({ branch, folder, extension, depth }: GetKeyArgs) { |
| 431 | return `${LOCAL_KEY}.${branch}.${folder}.${extension}.${depth}`; |
| 432 | } |
| 433 | |
| 434 | type PersistLocalTreeArgs = GetKeyArgs & { |
| 435 | localForage: LocalForage; |
no outgoing calls
no test coverage detected