You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bend currently has implemented basic IO operations for Open, Close, Read and Write. This task involves creating a comprehensive documentation for these existing functions.
Bend currently has implemented basic IO operations for
Open
,Close
,Read
andWrite
. This task involves creating a comprehensive documentation for these existing functions.1. What to document:
2. Template to folow:
Brief description of what the function does.
Parameters:
param1
: description of param1param2
: description of param2Returns:
Raises:
ErrorType1
: description of when this error occursErrorType2
: description of when this error occursExamples:
Notes:
Any additional information or considerations.
Reference materials:
IO Functions
Rust's file system
Elixir's file system
The text was updated successfully, but these errors were encountered: