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