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

Function resolveFilter

static/vuejs/vue.esm.js:3436–3438  ·  view source on GitHub ↗

* Runtime helper for resolving filters

(id)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAssetFunction · 0.70

Tested by

no test coverage detected