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

Method Create

pkg/cmd/repo/autolink/create/create.go:28–28  ·  view source on GitHub ↗
(repo ghrepo.Interface, request AutolinkCreateRequest)

Source from the content-addressed store, hash-verified

26
27type AutolinkCreateClient interface {
28 Create(repo ghrepo.Interface, request AutolinkCreateRequest) (*shared.Autolink, error)
29}
30
31func NewCmdCreate(f *cmdutil.Factory, runF func(*createOptions) error) *cobra.Command {

Callers 6

Test_NewCmdCreateFunction · 0.65
createRunFunction · 0.65
createZipArchiveFunction · 0.65
CreateMethod · 0.65
getRunLogFunction · 0.65

Implementers 9

DiscussionClientMockpkg/cmd/discussion/client/client_mock.
discussionClientpkg/cmd/discussion/client/client.go
AutolinkCreatorpkg/cmd/repo/autolink/create/http.go
stubAutolinkCreatorpkg/cmd/repo/autolink/create/create_te
RunLogCachepkg/cmd/run/view/view.go
Apppkg/cmd/codespace/common.go
Managerpkg/cmd/extension/manager.go
ExtensionManagerMockpkg/extensions/manager_mock.go
emcmd/gen-docs/main.go

Calls

no outgoing calls

Tested by 3

Test_NewCmdCreateFunction · 0.52
createZipArchiveFunction · 0.52