MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / make_state

Function make_state

nodedb/tests/security.rs:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// ---------------------------------------------------------------------------
26
27fn make_state() -> Arc<SharedState> {
28 common::pgwire_auth_helpers::make_state()
29}
30
31fn sample_params(user_id: u64, username: &str) -> SessionParams {
32 SessionParams {

Calls

no outgoing calls

Tested by

no test coverage detected