MCPcopy Index your code
hub / github.com/ent/ent / joinPrefix

Method joinPrefix

dialect/sql/builder.go:2586–2591  ·  view source on GitHub ↗
(b *Builder)

Source from the content-addressed store, hash-verified

2584}
2585
2586func (s *Selector) joinPrefix(b *Builder) {
2587 if len(s.prefix) > 0 {
2588 b.join(s.prefix, " ")
2589 b.Pad()
2590 }
2591}
2592
2593func (s *Selector) joinLock(b *Builder) {
2594 if s.lock == nil {

Callers 1

QueryMethod · 0.95

Calls 2

PadMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected