Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
func
(f *NodeFactory) DeepCloneReparseModifiers(modifiers *ModifierList) *ModifierList {
85
return
getDeepCloneVisitor(f, false /*syntheticLocation*/).VisitModifiers(modifiers)
86
}
Callers
3
reparseUnhosted
Method · 0.80
reparseJSDocSignature
Method · 0.80
gatherTypeParameters
Method · 0.80
Calls
2
getDeepCloneVisitor
Function · 0.85
VisitModifiers
Method · 0.80
Tested by
no test coverage detected