MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetName

Method GetName

rel/sql.pb.go:310–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func (m *SqlSourcePb) GetName() string {
311 if m != nil {
312 return m.Name
313 }
314 return ""
315}
316
317func (m *SqlSourcePb) GetAlias() string {
318 if m != nil {

Callers 2

resultColumnFromPbFunction · 0.45
SqlSourceFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected