Skip to content

[Enhancement] Add docstring with description, params, and return#179

Description

@Dario0731

馃洜 Issue: Add docstring with description, params, and return

馃搶 Description

Add docstring with description, params, and return on every function on : src\storage\services\local-file-storage.service.ts
Use the next template:

/*

  • Brief description: explains what the function does.
  • @PARAM {Type} param1 - Explanation of the first parameter (If needed).
  • @PARAM {Type} param2 - Explanation of the second parameter (If needed).
  • @returns {Promise} What the function returns, with description of the resolved value or rejection reason.
  • @throws {Error} (Optional) Description of possible thrown errors.
    */

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions