(options)
| 684 | }; |
| 685 | |
| 686 | function Note(options) { |
| 687 | return { |
| 688 | type: types.note, |
| 689 | noteType: options.noteType, |
| 690 | noteId: options.noteId, |
| 691 | body: options.body |
| 692 | }; |
| 693 | } |
| 694 | |
| 695 | function commentReference(options) { |
| 696 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected