MCPcopy Create free account
hub / github.com/TruthHun/BookStack / resolveFilter

Function resolveFilter

static/vuejs/vue.common.js:3438–3440  ·  view source on GitHub ↗

* Runtime helper for resolving filters

(id)

Source from the content-addressed store, hash-verified

3436 * Runtime helper for resolving filters
3437 */
3438function resolveFilter (id) {
3439 return resolveAsset(this.$options, 'filters', id, true) || identity
3440}
3441
3442/* */
3443

Callers

nothing calls this directly

Calls 1

resolveAssetFunction · 0.70

Tested by

no test coverage detected