()
| 178 | } |
| 179 | |
| 180 | getSigMFRaw() { |
| 181 | return JSON.stringify( |
| 182 | { |
| 183 | global: this.global ?? {}, |
| 184 | captures: this.captures ?? [], |
| 185 | annotations: this.annotations ?? [], |
| 186 | }, |
| 187 | null, |
| 188 | 4 |
| 189 | ); |
| 190 | } |
| 191 | |
| 192 | metadataValidation() { |
| 193 | return metadataValidator(this.getSigMFRaw()); |
no outgoing calls
no test coverage detected