0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala1,584 stars (1,584 stars)108 forks (108 forks)batch import
documentationgood first issue
Description
- what is their purpose?
MultiMountPoint
SingleMountPoint
- using
Binding[Unit] instead of SingleMountPoint in some cases
- Issue type
- documentation
- Research direction
- Examine the Binding.scala source code for the MountPoint trait and its implementations (SingleMountPoint, MultiMountPoint). Review existing documentation in the repository's wiki or docs folder. Identify usage examples in tests or example code. Create a new document covering the purpose and usage of MountPoints, including guidance on when to use Binding[Unit] instead of SingleMountPoint.