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

Method Type

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

Type is the typename of the project field.

()

Source from the content-addressed store, hash-verified

998
999// Type is the typename of the project field.
1000func (p ProjectField) Type() string {
1001 return p.TypeName
1002}
1003
1004// DataType is the data type of the project field, e.g. TEXT, NUMBER, DATE,
1005// 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