MCPcopy Index your code
hub / github.com/microsoft/typescript-go / emitArgument

Method emitArgument

internal/printer/printer.go:2546–2548  ·  view source on GitHub ↗
(node *ast.Expression)

Source from the content-addressed store, hash-verified

2544}
2545
2546func (p *Printer) emitArgument(node *ast.Expression) {
2547 p.emitExpression(node, ast.OperatorPrecedenceSpread)
2548}
2549
2550func (p *Printer) emitCallee(callee *ast.Expression, parentNode *ast.Node) {
2551 if p.shouldEmitIndirectCall(parentNode) {

Callers

nothing calls this directly

Calls 1

emitExpressionMethod · 0.95

Tested by

no test coverage detected