Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2586
func
(s *Selector) joinPrefix(b *Builder) {
2587
if
len(s.prefix) > 0 {
2588
b.join(s.prefix,
" "
)
2589
b.Pad()
2590
}
2591
}
2592
2593
func
(s *Selector) joinLock(b *Builder) {
2594
if
s.lock == nil {
Callers
1
Query
Method · 0.95
Calls
2
Pad
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected