MCPcopy Create free account
hub / github.com/cli/cli / Author

Struct Author

api/queries_issue.go:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283type Author struct {
284 ID string
285 Name string
286 Login string
287}
288
289// DisplayName returns a user-friendly name via actorDisplayName.
290func (a Author) DisplayName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected