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