func newPlanId()
in
client/sql/plan.go [23:26]
4
lines of code
1
McCabe index (conditional complexity)
func newPlanId() *int64 { v := atomicInt64.Add(1) return &v }