(tt *testing.T)
| 35582 | } |
| 35583 | |
| 35584 | func TestProjectV2Item_GetContent(tt *testing.T) { |
| 35585 | tt.Parallel() |
| 35586 | p := &ProjectV2Item{} |
| 35587 | p.GetContent() |
| 35588 | p = nil |
| 35589 | p.GetContent() |
| 35590 | } |
| 35591 | |
| 35592 | func TestProjectV2Item_GetContentNodeID(tt *testing.T) { |
| 35593 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…