Kaba class DBLister ed
...
Syntax ed
class DBLister
var paths: Path[]
# constructors
func mut __init__()
# functions
func mut find(_path: Path) -> DbFile[]
func mut find_dir(dir: Path) -> DbFile[]
func mut find_file(path: Path) -> DbFile[]
func mut find_paths(dir: Path, recursive: bool)
func is_ignored(path: Path) -> bool
Functions ed
- func mut find(_path: Path) -> DbFile[]
- ...
- func mut find_dir(dir: Path) -> DbFile[]
- ...
- func mut find_file(path: Path) -> DbFile[]
- ...
- func mut find_paths(dir: Path, recursive: bool)
- ...
- func is_ignored(path: Path) -> bool
- ...
Elements ed
- var paths: Path[]
- ...