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

Method qcode

core/gstate.go:1014–1019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1012}
1013
1014func (s *gstate) qcode() (qc *qcode.QCode) {
1015 if s.cs != nil {
1016 qc = s.cs.st.qc
1017 }
1018 return
1019}
1020
1021func (s *gstate) tx() (tx *sql.Tx) {
1022 if s.r.requestconfig != nil {

Callers 1

queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected