Type is the underlying type of the project item.
()
| 602 | |
| 603 | // Type is the underlying type of the project item. |
| 604 | func (p ProjectItem) Type() string { |
| 605 | return p.Content.TypeName |
| 606 | } |
| 607 | |
| 608 | // Title is the title of the project item. |
| 609 | func (p ProjectItem) Title() string { |
no outgoing calls
no test coverage detected