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

Method GetNodeID

github/github-accessors.go:28202–28207  ·  view source on GitHub ↗

GetNodeID returns the NodeID field if it's non-nil, zero value otherwise.

()

Source from the content-addressed store, hash-verified

28200
28201// GetNodeID returns the NodeID field if it's non-nil, zero value otherwise.
28202func (p *ProjectV2Item) GetNodeID() string {
28203 if p == nil || p.NodeID == nil {
28204 return ""
28205 }
28206 return *p.NodeID
28207}
28208
28209// GetProjectNodeID returns the ProjectNodeID field if it's non-nil, zero value otherwise.
28210func (p *ProjectV2Item) GetProjectNodeID() string {

Calls

no outgoing calls

Tested by 2