(input: {
readonly pluginId: string;
readonly collection: string;
readonly key: string;
})
| 224 | } |
| 225 | |
| 226 | export const pluginStorageId = (input: { |
| 227 | readonly pluginId: string; |
| 228 | readonly collection: string; |
| 229 | readonly key: string; |
| 230 | }): string => JSON.stringify([input.pluginId, input.collection, input.key]); |
no outgoing calls
no test coverage detected