ecmaOS
kernel/src/tree/lib/fstab
parseFstabLine
Function parseFstabLine
parseFstabLine
(
line
:
string
,
)
:
Omit
<
FstabEntry
,
"source"
>
&
{
source
?:
string
}
|
null
Parse a single fstab line
Parameters
line
:
string
The line to parse
Returns
Omit
<
FstabEntry
,
"source"
>
&
{
source
?:
string
}
|
null
Parsed entry or null if line is empty/comment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecmaOS
Parse a single fstab line