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

Method Type

pkg/cmd/project/shared/queries/queries.go:1003–1005  ·  view source on GitHub ↗

Type is the typename of the project field.

()

Source from the content-addressed store, hash-verified

1001
1002// Type is the typename of the project field.
1003func (p ProjectField) Type() string {
1004 return p.TypeName
1005}
1006
1007// DataType is the data type of the project field, e.g. TEXT, NUMBER, DATE,
1008// SINGLE_SELECT, or ITERATION. It returns an empty string for unknown field types.

Callers 1

ExportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected