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

Function getComponentName

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

Source from the content-addressed store, hash-verified

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

Callers 2

pruneCacheFunction · 0.70
vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected