Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ Reset
Method
Reset
internal/printer/emitcontext.go:65–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(c *EmitContext) Reset() {
66
*c = EmitContext{
67
Factory: c.Factory,
68
}
69
}
70
71
func
(c *EmitContext) onCreate(node *ast.Node) {
72
node.Flags |= ast.NodeFlagsSynthesized
Callers
4
GetEmitContext
Function · 0.45
Clear
Method · 0.45
scheduleCleanupLocked
Method · 0.45
initializeState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected