GitHub
isaacs projects
Preparing search index...
The search index is not available
glob
glob
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
Has
Walked
Cache
(
store
?
)
:
HasWalkedCache
Parameters
store
:
Map
<
string
,
Set
<
string
>
>
= ...
Returns
HasWalkedCache
Properties
store
store
:
Map
<
string
,
Set
<
string
>
>
Methods
copy
copy
(
)
:
HasWalkedCache
Returns
HasWalkedCache
has
Walked
has
Walked
(
target
,
pattern
)
:
undefined
|
boolean
Parameters
target
:
Path
pattern
:
Pattern
Returns
undefined
|
boolean
store
Walked
store
Walked
(
target
,
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