MCPcopy Index your code
hub / github.com/google/go-github / GetContent

Method GetContent

github/github-accessors.go:28138–28143  ·  view source on GitHub ↗

GetContent returns the Content field.

()

Source from the content-addressed store, hash-verified

28136
28137// GetContent returns the Content field.
28138func (p *ProjectV2Item) GetContent() *ProjectV2ItemContent {
28139 if p == nil {
28140 return nil
28141 }
28142 return p.Content
28143}
28144
28145// GetContentNodeID returns the ContentNodeID field if it's non-nil, zero value otherwise.
28146func (p *ProjectV2Item) GetContentNodeID() string {

Calls

no outgoing calls