Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 412 Bytes

File metadata and controls

11 lines (9 loc) · 412 Bytes

Candoia app: Method Frequency Calculator

This app computes and visualizes the frequency of each method in the project.

Structure of this directory

  • main.html: describes visual layout of the app pane in the platform
  • main.js: contains glue code for interaction
  • app.css: app's stylesheet
  • top-performers.boa: contains MSR logic
  • package.json: metadata about the app
  • lib: libraries used by this app