MCPcopy Create free account
hub / github.com/abice/go-enum / setProjectStatus

Function setProjectStatus

example/sql_1_11_test.go:509–512  ·  view source on GitHub ↗
(db *sql.DB, status interface{})

Source from the content-addressed store, hash-verified

507}
508
509func setProjectStatus(db *sql.DB, status interface{}) error {
510 _, err := db.Exec(`UPDATE project SET status = ? WHERE id = ?`, status, hardcodedProjectID)
511 return err
512}

Callers 1

TestExampleSQLFunction · 0.85

Calls 1

ExecMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…