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

Function GetCombinedModifierFlags

internal/ast/utilities.go:1177–1179  ·  view source on GitHub ↗
(node *Node)

Source from the content-addressed store, hash-verified

1175}
1176
1177func GetCombinedModifierFlags(node *Node) ModifierFlags {
1178 return getCombinedFlags(node, (*Node).ModifierFlags)
1179}
1180
1181func GetCombinedNodeFlags(node *Node) NodeFlags {
1182 return getCombinedFlags(node, getNodeFlags)

Callers 14

isValidReferenceLensNodeFunction · 0.92
getNodeModifiersFunction · 0.92
getSyntaxFunction · 0.92
isDeclarationReadonlyFunction · 0.92
stripExportModifiersMethod · 0.92
ensureModifiersMethod · 0.92
maskModifierFlagsFunction · 0.92

Calls 1

getCombinedFlagsFunction · 0.85

Tested by

no test coverage detected