Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetFinalized
Method
GetFinalized
rel/sql.pb.go:216–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
func
(m *SqlSelectPb) GetFinalized() bool {
217
if
m != nil {
218
return
m.Finalized
219
}
220
return
false
221
}
222
223
func
(m *SqlSelectPb) GetSchemaqry() bool {
224
if
m != nil {
Callers
1
SqlSelectFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected