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

Method removeTrackingIds

grunt/helpers/Data.js:173–176  ·  view source on GitHub ↗

@returns {Data}

()

Source from the content-addressed store, hash-verified

171
172 /** @returns {Data} */
173 removeTrackingIds() {
174 this.languages.forEach(lang => lang.removeTrackingIds());
175 return this;
176 }
177
178 /** @returns {Data} */
179 save() {

Callers 1

tracking-remove.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected