MCPcopy
hub / github.com/ent/ent / S

Method S

dialect/sql/builder.go:3038–3040  ·  view source on GitHub ↗

S is a short version of WriteString.

(s string)

Source from the content-addressed store, hash-verified

3036
3037// S is a short version of WriteString.
3038func (b *Builder) S(s string) *Builder {
3039 return b.WriteString(s)
3040}
3041
3042// Len returns the number of accumulated bytes.
3043func (b *Builder) Len() int {

Callers 4

FromValueMethod · 0.80
ColumnsHasPrefixMethod · 0.80
AppendSelectExprAsMethod · 0.80

Calls 1

WriteStringMethod · 0.95

Tested by 1