MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / tracking-remove.js

File tracking-remove.js

grunt/tasks/tracking-remove.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1module.exports = function(grunt) {
2 const Helpers = require('../helpers')(grunt);
3 grunt.registerTask('tracking-remove', 'Removes all tracking IDs', function() {
4 const data = Helpers.getFramework().getData();

Callers

nothing calls this directly

Calls 2

getDataMethod · 0.80
removeTrackingIdsMethod · 0.45

Tested by

no test coverage detected