resolveProjectRef resolves a ref to a project. Includes archived rows.
(db *sql.DB, query string)
| 205 | |
| 206 | // resolveProjectRef resolves a ref to a project. Includes archived rows. |
| 207 | func resolveProjectRef(db *sql.DB, query string) (*flowdb.Project, error) { |
| 208 | return ResolveProject(db, query, true) |
| 209 | } |
| 210 | |
| 211 | // ---------- pretty printers ---------- |
| 212 |
no test coverage detected