(contentKey: string)
| 420 | } |
| 421 | |
| 422 | parseContentKey(contentKey: string) { |
| 423 | if (!this.useOpenAuthoring) { |
| 424 | return parseContentKey(contentKey); |
| 425 | } |
| 426 | |
| 427 | return parseContentKey(contentKey.slice(this.repo.length + 1)); |
| 428 | } |
| 429 | |
| 430 | checkMetadataRef() { |
| 431 | return this.request(`${this.repoURL}/git/refs/meta/_decap_cms`) |
no test coverage detected