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

Method visitUse

src/jvm/clojure/asm/ModuleVisitor.java:147–151  ·  view source on GitHub ↗

Visit a service used by the current module. The name must be the internal name of an interface or a class. @param service the internal name of the service.

(final String service)

Source from the content-addressed store, hash-verified

145 * @param service the internal name of the service.
146 */
147 public void visitUse(final String service) {
148 if (mv != null) {
149 mv.visitUse(service);
150 }
151 }
152
153 /**
154 * Visit an implementation of a service.

Callers 1

readModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected