MCPcopy Index your code
hub / github.com/cli/cli / fields

Function fields

pkg/cmd/issue/lock/lock.go:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86)
87
88func fields() []string {
89 return []string{
90 "activeLockReason", "id", "locked", "number", "title", "url",
91 }
92}
93
94type LockOptions struct {
95 HttpClient func() (*http.Client, error)

Callers 1

lockRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected