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