MCPcopy Create free account
hub / github.com/Facets-cloud/flow / resolveProjectRef

Function resolveProjectRef

internal/app/show.go:207–209  ·  view source on GitHub ↗

resolveProjectRef resolves a ref to a project. Includes archived rows.

(db *sql.DB, query string)

Source from the content-addressed store, hash-verified

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

Callers 1

showProjectCmdFunction · 0.85

Calls 1

ResolveProjectFunction · 0.85

Tested by

no test coverage detected