MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / getRoot

Method getRoot

zap/src/main/java/org/parosproxy/paros/model/SiteMap.java:828–831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

826 }
827
828 @Override
829 public SiteNode getRoot() {
830 return (SiteNode) this.root;
831 }
832}
833
834/**

Calls

no outgoing calls