blob: 3c07105bdcdcf3ea10ec218aeb196757996f7105 [file] [log] [blame]
loadRelativeToScript("utility.js");
for (var line of readFileLines_gen("/tmp/callgraph.txt")) {
line = line.replace(/\n/, "");
if (line.contains("xyz"))
print(line);
}