glob
GitHub
isaacs projects
Preparing search index...
processor
HasWalkedCache
Class HasWalkedCache
A cache of which patterns have been processed for a given Path
Index
Constructors
constructor
Properties
store
Methods
copy
has
Walked
store
Walked
Constructors
constructor
new
HasWalkedCache
(
store
?:
Map
<
string
,
Set
<
string
>
>
)
:
HasWalkedCache
Parameters
store
:
Map
<
string
,
Set
<
string
>
>
= ...
Returns
HasWalkedCache
Properties
store
store
:
Map
<
string
,
Set
<
string
>
>
Methods
copy
copy
()
:
HasWalkedCache
Returns
HasWalkedCache
has
Walked
hasWalked
(
target
:
Path
,
pattern
:
Pattern
)
:
undefined
|
boolean
Parameters
target
:
Path
pattern
:
Pattern
Returns
undefined
|
boolean
store
Walked
storeWalked
(
target
:
Path
,
pattern
:
Pattern
)
:
void
Parameters
target
:
Path
pattern
:
Pattern
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
store
Methods
copy
has
Walked
store
Walked
GitHub
isaacs projects
glob
Loading...
A cache of which patterns have been processed for a given Path