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

Method DeepCloneReparseModifiers

internal/ast/deepclone.go:84–86  ·  view source on GitHub ↗
(modifiers *ModifierList)

Source from the content-addressed store, hash-verified

82}
83
84func (f *NodeFactory) DeepCloneReparseModifiers(modifiers *ModifierList) *ModifierList {
85 return getDeepCloneVisitor(f, false /*syntheticLocation*/).VisitModifiers(modifiers)
86}

Callers 3

reparseUnhostedMethod · 0.80
reparseJSDocSignatureMethod · 0.80
gatherTypeParametersMethod · 0.80

Calls 2

getDeepCloneVisitorFunction · 0.85
VisitModifiersMethod · 0.80

Tested by

no test coverage detected