MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / getSigMFRaw

Method getSigMFRaw

client/src/utils/sigmfMetadata.ts:180–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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());

Callers 4

metadataValidationMethod · 0.95
downloadInfoFunction · 0.80
MetaRawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected