( storagePrefix: string, type: StorageKeyType, ...ids: Ids )
| 219 | }; |
| 220 | |
| 221 | const constructStorageKey = ( |
| 222 | storagePrefix: string, |
| 223 | type: StorageKeyType, |
| 224 | ...ids: Ids |
| 225 | ) => construct(storagePrefix, type, slice(jsonStringWithMap(ids), 1, -1)); |
| 226 | |
| 227 | const createResponse = async ( |
| 228 | that: TinyBasePartyKitServer, |
no test coverage detected
searching dependent graphs…