Predicate Vuex::commitLikeFunctionRef
Gets a node that refers to the commit or dispatch function of the store.
For our purposes, the (commit, mutations, mapMutations) properties
behave in nearly the same way as (dispatch, actions, mapActions) so we
model them together, with kind being either commit or dispatch.
Import path
import semmle.javascript.frameworks.VuexNode commitLikeFunctionRef(string kind, string prefix)