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

Function getComponentName

static/vuejs/vue.js:4020–4022  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

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

Callers 2

pruneCacheFunction · 0.70
vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected