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

Function IsParameterPropertyModifier

internal/ast/utilities.go:2984–2986  ·  view source on GitHub ↗
(kind Kind)

Source from the content-addressed store, hash-verified

2982}
2983
2984func IsParameterPropertyModifier(kind Kind) bool {
2985 return ModifierToFlag(kind)&ModifierFlagsParameterPropertyModifier != 0
2986}
2987
2988func ForEachChildAndJSDoc(node *Node, sourceFile *SourceFile, v Visitor) bool {
2989 if visitNodes(v, node.JSDoc(sourceFile)) {

Calls 1

ModifierToFlagFunction · 0.85

Tested by

no test coverage detected