Kaba class DBLister ed
...
Syntax ed
class DBLister
# functions
func mut find(dir: Path) -> LocalFile[]
func mut find_file(path: Path) -> LocalFile[]
func mut find_in_dir(dir: Path) -> LocalFile[]
func mut find_paths(dir: Path, recursive: bool) -> Path[]
func is_ignored(path: Path) -> bool
func mut mix(files: LocalFile[], paths: Path[]) -> LocalFile[]
Functions ed
- func mut find(dir: Path) -> LocalFile[]
- ...
- func mut find_file(path: Path) -> LocalFile[]
- ...
- func mut find_in_dir(dir: Path) -> LocalFile[]
- ...
- func mut find_paths(dir: Path, recursive: bool) -> Path[]
- ...
- func is_ignored(path: Path) -> bool
- ...
- func mut mix(files: LocalFile[], paths: Path[]) -> LocalFile[]
- ...