MCPcopy 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
65func (c *EmitContext) Reset() {
66 *c = EmitContext{
67 Factory: c.Factory,
68 }
69}
70
71func (c *EmitContext) onCreate(node *ast.Node) {
72 node.Flags |= ast.NodeFlagsSynthesized

Callers 4

GetEmitContextFunction · 0.45
ClearMethod · 0.45
scheduleCleanupLockedMethod · 0.45
initializeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected