Skip to content

Commit

Permalink
codacy: functions missing documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: VishnuSanal <[email protected]>
  • Loading branch information
VishnuSanal committed May 27, 2023
1 parent 0b6e1dd commit cb69194
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,16 @@ class MainFragmentViewModel : ViewModel() {
return mutableLiveData
}

/**
* increments `fileCount`
*/
fun incrementFileCount() {
fileCount++
}

/**
* increments `folderCount`
*/
fun incrementFolderCount() {
folderCount++
}
Expand Down

0 comments on commit cb69194

Please sign in to comment.