org.clojars.akshay/inspector

See when your functions are called. See function call hierarchy, db data used when a particular function is called, and export data

Leiningen/Boot

[org.clojars.akshay/inspector "0.4.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.akshay/inspector {:mvn/version "0.4.0-SNAPSHOT"}

Gradle

implementation("org.clojars.akshay:inspector:0.4.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.akshay</groupId>
  <artifactId>inspector</artifactId>
  <version>0.4.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.