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

Function resolveFilter

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

* Runtime helper for resolving filters

(id)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAssetFunction · 0.70

Tested by

no test coverage detected