MCPcopy
hub / github.com/cayleygraph/cayley / init

Function init

graph/sql/quadstore.go:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24const QuadStoreType = "sql"
25
26func init() {
27 // Deprecated QS registration that resolves backend type via "flavor" option.
28 registerQuadStore(QuadStoreType, "")
29}
30
31func registerQuadStore(name, typ string) {
32 graph.RegisterQuadStore(name, graph.QuadStoreRegistration{

Callers

nothing calls this directly

Calls 1

registerQuadStoreFunction · 0.85

Tested by

no test coverage detected