MCPcopy Create free account
hub / github.com/aptabase/aptabase / DbContext

Method DbContext

src/Data/DbContext.cs:14–17  ·  view source on GitHub ↗
(DbDataSource ds)

Source from the content-addressed store, hash-verified

12 private readonly DbDataSource _ds;
13
14 public DbContext(DbDataSource ds)
15 {
16 _ds = ds ?? throw new ArgumentNullException(nameof(ds));
17 }
18
19 public DbConnection Connection => _ds.CreateConnection();
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected