Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
func
fields() []string {
89
return
[]string{
90
"activeLockReason"
,
"id"
,
"locked"
,
"number"
,
"title"
,
"url"
,
91
}
92
}
93
94
type
LockOptions
struct
{
95
HttpClient
func
() (*http.Client, error)
Callers
1
lockRun
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected