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

Function getComponentName

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

Source from the content-addressed store, hash-verified

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

Callers 2

pruneCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected