MCPcopy Create free account
hub / github.com/douglance/devsql / ensure_table

Function ensure_table

crates/devsql/src/providers/symbols.rs:165–168  ·  view source on GitHub ↗
(conn: &Connection)

Source from the content-addressed store, hash-verified

163}
164
165fn ensure_table(conn: &Connection) -> Result<()> {
166 conn.execute_batch(CREATE_SYMBOLS_TABLE)?;
167 Ok(())
168}
169
170fn create_indexes(conn: &Connection) -> Result<()> {
171 conn.execute_batch(

Callers 2

load_with_tree_sitterFunction · 0.70
load_with_regexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected