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 "1.1.0-export-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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

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