Missing Function Documentation #20

Open
opened 2026-02-02 15:04:48 -05:00 by jared · 0 comments
Owner

get_storage_controllers() {
# No description of what it returns

Improvement: Add docstrings:

#------------------------------------------------------------------------------

get_storage_controllers

Returns: Formatted list of storage controllers found via lspci

Output Format: " PCI_ADDR: DESCRIPTION"

#------------------------------------------------------------------------------

get_storage_controllers() { # No description of what it returns Improvement: Add docstrings: #------------------------------------------------------------------------------ # get_storage_controllers # # Returns: Formatted list of storage controllers found via lspci # Output Format: " PCI_ADDR: DESCRIPTION" #------------------------------------------------------------------------------
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/driveAtlas#20