Type is the underlying type of the project item.
()
| 569 | |
| 570 | // Type is the underlying type of the project item. |
| 571 | func (p ProjectItem) Type() string { |
| 572 | return p.Content.TypeName |
| 573 | } |
| 574 | |
| 575 | // Title is the title of the project item. |
| 576 | func (p ProjectItem) Title() string { |
no outgoing calls
no test coverage detected