MCPcopy
hub / github.com/ent/ent / writeSchema

Method writeSchema

dialect/sql/builder.go:3067–3071  ·  view source on GitHub ↗
(schema string)

Source from the content-addressed store, hash-verified

3065}
3066
3067func (b *Builder) writeSchema(schema string) {
3068 if schema != "" && b.dialect != dialect.SQLite {
3069 b.Ident(schema).WriteByte('.')
3070 }
3071}
3072
3073// Err returns a concatenated error of all errors encountered during
3074// the query-building, or were added manually by calling AddError.

Callers 6

CMethod · 0.95
refMethod · 0.95
QueryMethod · 0.80
QueryErrMethod · 0.80
QueryMethod · 0.80
QueryMethod · 0.80

Calls 2

IdentMethod · 0.95
WriteByteMethod · 0.80

Tested by

no test coverage detected