-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
π Issue: Add docstring with description, params, and return
π Description
Add docstring with description, params, and return on every function on : contracts\user_management\src\functions\user\create_user_profile_fn.rs
Use the next template:
/// Brief description: explains what the function does.
///
/// # Arguments
///
/// * param1 - Explanation of the first parameter (If needed).
/// * param2 - Explanation of the second parameter (If needed).
///
/// # Returns
///
/// * Result<T, E> - What the function returns, with description of Ok and Err.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers