MCPcopy
hub / github.com/gopherjs/gopherjs / formatExpr

Method formatExpr

compiler/expressions.go:1506–1508  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

1504}
1505
1506func (fc *funcContext) formatExpr(format string, a ...any) *expression {
1507 return fc.formatExprInternal(format, a, false)
1508}
1509
1510func (fc *funcContext) formatParenExpr(format string, a ...any) *expression {
1511 return fc.formatExprInternal(format, a, true)

Callers 14

translateStmtMethod · 0.95
translateAssignMethod · 0.95
expandTupleArgsMethod · 0.95
translateExprMethod · 0.95
translateCallMethod · 0.95
delegatedCallMethod · 0.95
makeReceiverMethod · 0.95
translateBuiltinMethod · 0.95
translateConversionMethod · 0.95

Calls 1

formatExprInternalMethod · 0.95

Tested by

no test coverage detected