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

Method visitProvide

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

Visit an implementation of a service. @param service the internal name of the service. @param providers the internal names of the implementations of the service (there is at least one provider).

(final String service, final String... providers)

Source from the content-addressed store, hash-verified

158 * one provider).
159 */
160 public void visitProvide(final String service, final String... providers) {
161 if (mv != null) {
162 mv.visitProvide(service, providers);
163 }
164 }
165
166 /**
167 * Visits the end of the module. This method, which is the last one to be called, is used to

Callers 1

readModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected