MCPcopy
hub / github.com/microsoft/typescript-go / Flags

Method Flags

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

Source from the content-addressed store, hash-verified

678}
679
680func (t *Type) Flags() TypeFlags {
681 return t.flags
682}
683
684func (t *Type) ObjectFlags() ObjectFlags {
685 return t.objectFlags

Callers 15

addInlineAssertionMethod · 0.95
inferTypeMethod · 0.45
getExtraFlagsMethod · 0.45
createCompletionItemMethod · 0.45
getApparentPropertiesFunction · 0.45
getJSDocParamAnnotationFunction · 0.45
reclassifyByTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected