MCPcopy Create free account
hub / github.com/microsoft/typescript-go / IsReadonly

Method IsReadonly

internal/checker/types.go:1068–1068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1066
1067func (t *TupleType) FixedLength() int { return t.fixedLength }
1068func (t *TupleType) IsReadonly() bool { return t.readonly }
1069func (t *TupleType) ElementFlags() []ElementFlags {
1070 elementFlags := make([]ElementFlags, len(t.elementInfos))
1071 for i, info := range t.elementInfos {

Callers 2

newTypeResponseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected