(contentKey: string)
| 395 | } |
| 396 | |
| 397 | parseContentKey(contentKey: string) { |
| 398 | if (!this.useOpenAuthoring) { |
| 399 | return parseContentKey(contentKey); |
| 400 | } |
| 401 | |
| 402 | return parseContentKey(contentKey.slice(this.repo.length + 1)); |
| 403 | } |
| 404 | |
| 405 | checkMetadataRef() { |
| 406 | return this.request(`${this.repoURL}/git/refs/meta/_decap_cms`) |
no test coverage detected