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

Function getComponentName

static/vuejs/vue.runtime.js:4016–4018  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

4014var patternTypes = [String, RegExp];
4015
4016function getComponentName (opts) {
4017 return opts && (opts.Ctor.options.name || opts.tag)
4018}
4019
4020function matches (pattern, name) {
4021 if (typeof pattern === 'string') {

Callers 2

pruneCacheFunction · 0.70
vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected