MCPcopy
hub / github.com/cli/cli / DetailedItems

Method DetailedItems

pkg/cmd/project/shared/queries/queries.go:260–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func (p Project) DetailedItems() map[string]interface{} {
261 return map[string]interface{}{
262 "items": serializeProjectWithItems(&p),
263 "totalCount": p.Items.TotalCount,
264 }
265}
266
267func (p Project) ExportData(_ []string) map[string]interface{} {
268 return map[string]interface{}{

Calls 1