MCPcopy Create free account
hub / github.com/cel-expr/cel-go / appendSelect

Method appendSelect

common/debug/debug.go:108–115  ·  view source on GitHub ↗
(sel ast.SelectExpr)

Source from the content-addressed store, hash-verified

106}
107
108func (w *debugWriter) appendSelect(sel ast.SelectExpr) {
109 w.Buffer(sel.Operand())
110 w.append(".")
111 w.append(sel.FieldName())
112 if sel.IsTestOnly() {
113 w.append("~test-only~")
114 }
115}
116
117func (w *debugWriter) appendCall(call ast.CallExpr) {
118 if call.IsMemberFunction() {

Callers 1

BufferMethod · 0.95

Calls 5

BufferMethod · 0.95
appendMethod · 0.95
OperandMethod · 0.65
FieldNameMethod · 0.65
IsTestOnlyMethod · 0.65

Tested by

no test coverage detected