MCPcopy Index your code
hub / github.com/clojure/clojure / getSource

Method getSource

src/jvm/clojure/asm/SymbolTable.java:319–321  ·  view source on GitHub ↗

@return the ClassReader from which this SymbolTable was constructed, or null if it was constructed from scratch.

()

Source from the content-addressed store, hash-verified

317 * constructed from scratch.
318 */
319 ClassReader getSource() {
320 return sourceClassReader;
321 }
322
323 /** @return the major version of the class to which this symbol table belongs. */
324 int getMajorVersion() {

Callers 2

putMethodInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected