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

Method visitSource

src/jvm/clojure/asm/ClassWriter.java:279–287  ·  view source on GitHub ↗
(final String file, final String debug)

Source from the content-addressed store, hash-verified

277 }
278
279 @Override
280 public final void visitSource(final String file, final String debug) {
281 if (file != null) {
282 sourceFileIndex = symbolTable.addConstantUtf8(file);
283 }
284 if (debug != null) {
285 debugExtension = new ByteVector().encodeUTF8(debug, 0, Integer.MAX_VALUE);
286 }
287 }
288
289 @Override
290 public final ModuleVisitor visitModule(

Callers 1

acceptMethod · 0.45

Calls 2

addConstantUtf8Method · 0.80
encodeUTF8Method · 0.80

Tested by

no test coverage detected