Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1014
func
(s *gstate) qcode() (qc *qcode.QCode) {
1015
if
s.cs != nil {
1016
qc = s.cs.st.qc
1017
}
1018
return
1019
}
1020
1021
func
(s *gstate) tx() (tx *sql.Tx) {
1022
if
s.r.requestconfig != nil {
Callers
1
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected