MCPcopy Index your code
hub / github.com/clearloop/leetcode-cli / conn

Function conn

src/cache/mod.rs:20–22  ·  view source on GitHub ↗

sqlite connection

(p: String)

Source from the content-addressed store, hash-verified

18
19/// sqlite connection
20pub fn conn(p: String) -> SqliteConnection {
21 SqliteConnection::establish(&p).unwrap_or_else(|_| panic!("Error connecting to {:?}", p))
22}
23
24/// Condition submit or test
25#[derive(Clone, Debug, Default)]

Callers 3

connMethod · 0.85
update_after_acMethod · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected