We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc775f commit 0807c69Copy full SHA for 0807c69
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -630,10 +630,6 @@ module API {
630
int getDepth() { result = Impl::distanceFromRoot(this) }
631
}
632
633
- private predicate missingToString(Node node) { not exists(node.toString()) }
634
-
635
- private predicate ambiguousToString(Node node) { strictcount(node.toString()) > 1 }
636
637
/** The root node of an API graph. */
638
class Root extends Node, Impl::MkRoot { }
639
0 commit comments