Skip to content

feat: add rows count#32

Merged
owenrumney merged 1 commit into
aquasecurity:mainfrom
ajunior:main
May 2, 2025
Merged

feat: add rows count#32
owenrumney merged 1 commit into
aquasecurity:mainfrom
ajunior:main

Conversation

@ajunior
Copy link
Copy Markdown
Contributor

@ajunior ajunior commented May 2, 2025

Add a public method to count the number of rows in the table.

Example:
numberOfRows := t.RowCount()
if numberOfRows == len(arguments) {
    // do something
}

This PR refers to the issue #30.

@ajunior
Copy link
Copy Markdown
Contributor Author

ajunior commented May 2, 2025

@owenrumney would you please check it?

Copy link
Copy Markdown
Contributor

@owenrumney owenrumney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks

@owenrumney owenrumney merged commit 0961fdc into aquasecurity:main May 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants