func golang.org/x/pkgsite/internal/postgres.insertUnits

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		insert_module.go#L397: 	pathIDToUnitID, err := insertUnits(ctx, db, unitValues)
		insert_module.go#L450: func insertUnits(ctx context.Context, db *database.DB, unitValues []interface{}) (pathIDToUnitID map[int]int, err error) {