(collectionName: string, slug: string)
| 261 | } |
| 262 | |
| 263 | generateContentKey(collectionName: string, slug: string) { |
| 264 | return generateContentKey(collectionName, slug); |
| 265 | } |
| 266 | |
| 267 | parseContentKey(contentKey: string) { |
| 268 | return parseContentKey(contentKey); |
no test coverage detected