MCPcopy Index your code
hub / github.com/tensorflow/tfjs / diff

Function diff

scripts/find_packages_with_diff.js:116–121  ·  view source on GitHub ↗
(fileOrDirName)

Source from the content-addressed store, hash-verified

114}
115
116function diff(fileOrDirName) {
117 const diffCmd = `diff -rq --exclude='settings.json' ` +
118 `${CLONE_PATH}/${fileOrDirName} ` +
119 `${join(__dirname, '../', fileOrDirName)}`;
120 return exec(diffCmd, {silent: true}, true).stdout.trim();
121}
122
123exports.findPackagesWithDiff = findPackagesWithDiff;
124exports.allPackages = allPackages;

Callers 1

findPackagesWithDiffFunction · 0.85

Calls 1

execFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…