(className, objectId)
| 754 | }); |
| 755 | |
| 756 | function pointer(className, objectId) { |
| 757 | return { __type: 'Pointer', className, objectId }; |
| 758 | } |
| 759 | |
| 760 | it('should support containedIn with pointers', () => { |
| 761 | const message = { |
no outgoing calls
no test coverage detected
searching dependent graphs…