()
| 77 | } |
| 78 | |
| 79 | func (e *Environment) DB() *db.Root { |
| 80 | return e.db |
| 81 | } |
| 82 | |
| 83 | func (e *Environment) PoolID(ctx context.Context, name string) (ksuid.KSUID, error) { |
| 84 | if id, err := dbid.ParseID(name); err == nil { |
no outgoing calls
no test coverage detected