MCPcopy
hub / github.com/dosco/graphjin / sql

Method sql

core/gstate.go:1000–1005  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998}
999
1000func (s *gstate) sql() (sql string) {
1001 if s.cs != nil && s.cs.st.qc != nil {
1002 sql = s.cs.st.sql
1003 }
1004 return
1005}
1006
1007func (s *gstate) cacheHeader() (ch string) {
1008 if s.cs != nil && s.cs.st.qc != nil {

Callers 1

queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected