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
説明
- what is their purpose?
MultiMountPoint
SingleMountPoint
- using
Binding[Unit] instead of SingleMountPoint in some cases
- Issue 種別
- documentation
- 調査方針
- 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.