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