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

Function resolveFilter

static/vuejs/vue.runtime.common.js:3434–3436  ·  view source on GitHub ↗

* Runtime helper for resolving filters

(id)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAssetFunction · 0.70

Tested by

no test coverage detected