callgraph.html 607 B

123456789101112131415
  1. <div class="toggle" style="display: none">
  2. <div class="collapsed">
  3. <p class="exampleHeading toggleButton">▹ <span class="text">Internal call graph</span></p>
  4. </div>
  5. <div class="expanded">
  6. <p class="exampleHeading toggleButton">▾ <span class="text">Internal call graph</span></p>
  7. <p>
  8. This viewer shows the portion of the internal call
  9. graph of this package that is reachable from this function.
  10. See the <a href='#pkg-callgraph'>package's call
  11. graph</a> for more information.
  12. </p>
  13. <ul style="margin-left: 0.5in" id="callgraph-{{.Index}}" class="treeview"></ul>
  14. </div>
  15. </div>