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

Struct Author

api/queries_issue.go:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected