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

Method clone

pkg/cmd/pr/shared/editable.go:355–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353}
354
355func (ep *EditableProjects) clone() EditableProjects {
356 return EditableProjects{
357 EditableSlice: ep.EditableSlice.clone(),
358 ProjectItems: ep.ProjectItems,
359 }
360}
361
362type EditPrompter interface {
363 Select(string, string, []string) (int, error)

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected