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