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

Method DetailedItems

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

Source from the content-addressed store, hash-verified

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

Calls 1