MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / getSchemas

Method getSchemas

grunt/helpers/Framework.js:124–135  ·  view source on GitHub ↗

@returns {Schemas}

({
    includedFilter = this.includedFilter
  } = {})

Source from the content-addressed store, hash-verified

122
123 /** @returns {Schemas} */
124 getSchemas({
125 includedFilter = this.includedFilter
126 } = {}) {
127 const schemas = new Schemas({
128 framework: this,
129 includedFilter,
130 sourcePath: this.sourcePath,
131 log: this.log
132 });
133 schemas.load();
134 return schemas;
135 }
136
137 /** @returns {Translate} */
138 getTranslate({

Callers 3

applyGlobalsDefaultsMethod · 0.95
schema-defaults.jsFile · 0.80

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected