INNER CODE UNIT · JavaScript

DataprooferTest

dataproofer/Dataproofer · packages/dataproofertest-js/index.js:30

var DataprooferTest = function (options) {
  if (options) {
    var name = this.options.name || null;
    var description = this.options.description || null;
    var conclusion = this.options.conclusion || null;
    var methodology = this.options.methodology || null;

    if (name && typeof name === "string") {
      this._name = name;
    } else {
      this._name = "";
    }

    if (description && typeof description === "string") {
      this._description = description;
    } else {
      this._description = "";
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…