get-method

functionsince v0.0-927 clojure.core/get-methodEdit
(get-method multifn dispatch-val)

Source docstring:
Given a multimethod and a dispatch value, returns the dispatch fn
that would apply to that value, or nil if none apply and no default
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn get-method
  [multifn dispatch-val] (-get-method multifn dispatch-val))