Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ sampleDiscussion
Function
sampleDiscussion
pkg/cmd/discussion/create/create_test.go:470–476 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
468
}
469
470
func
sampleDiscussion() *client.Discussion {
471
return
&client.Discussion{
472
Number: 5,
473
Title:
"My question"
,
474
URL:
"https://github.com/OWNER/REPO/discussions/5"
,
475
}
476
}
Callers
1
TestCreateRun
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected