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

Function getComponentName

static/vuejs/vue.esm.js:4024–4026  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

4022var patternTypes = [String, RegExp];
4023
4024function getComponentName (opts) {
4025 return opts && (opts.Ctor.options.name || opts.tag)
4026}
4027
4028function matches (pattern, name) {
4029 if (typeof pattern === 'string') {

Callers 2

pruneCacheFunction · 0.70
vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected