(options)
| 693 | } |
| 694 | |
| 695 | function commentReference(options) { |
| 696 | return { |
| 697 | type: types.commentReference, |
| 698 | commentId: options.commentId |
| 699 | }; |
| 700 | } |
| 701 | |
| 702 | function comment(options) { |
| 703 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected