(example, obj, propertyKey)
| 447 | } |
| 448 | |
| 449 | function addPropertyExampleToObjectExamples(example, obj, propertyKey) { |
| 450 | for (const key in obj) { |
| 451 | obj[key][propertyKey] = example; |
| 452 | } |
| 453 | } |
| 454 | |
| 455 | function mergePropertyExamples(obj, propertyName, propExamples) { |
| 456 | // Create an example for each variant of the propertyExample, merging them with the current (parent) example |
no outgoing calls
no test coverage detected
searching dependent graphs…