MCPcopy
hub / github.com/go-gorm/gorm / WriteString

Method WriteString

statement.go:70–72  ·  view source on GitHub ↗

WriteString write string

(str string)

Source from the content-addressed store, hash-verified

68
69// WriteString write string
70func (stmt *Statement) WriteString(str string) (int, error) {
71 return stmt.SQL.WriteString(str)
72}
73
74// WriteByte write byte
75func (stmt *Statement) WriteByte(c byte) error {

Callers

nothing calls this directly

Calls 1

WriteStringMethod · 0.65

Tested by

no test coverage detected