(props, prop)
| 5625 | } |
| 5626 | |
| 5627 | function isProp(props, prop) { |
| 5628 | return props[prop] !== undefined; |
| 5629 | } |
| 5630 | |
| 5631 | function defaultKey(key) { |
| 5632 | return 'default' + key.charAt(0).toUpperCase() + key.substr(1); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…