KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
FilesStatsCache
Class FilesStatsCache
Index
Constructors
constructor
Properties
cache
Methods
get
Stats
populate
Stats
remove
Stats
update
Stats
Constructors
constructor
new
FilesStatsCache
()
:
FilesStatsCache
Returns
FilesStatsCache
Properties
cache
cache
:
Map
<
string
,
FileStatsCache
>
Methods
get
Stats
getStats
(
key
:
string
)
:
FileStatsCache
|
undefined
Parameters
key
:
string
Returns
FileStatsCache
|
undefined
populate
Stats
populateStats
(
root
:
string
,
specs
:
TestSpecification
[]
)
:
Promise
<
void
>
Parameters
root
:
string
specs
:
TestSpecification
[]
Returns
Promise
<
void
>
remove
Stats
removeStats
(
fsPath
:
string
)
:
void
Parameters
fsPath
:
string
Returns
void
update
Stats
updateStats
(
fsPath
:
string
,
key
:
string
)
:
Promise
<
void
>
Parameters
fsPath
:
string
key
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cache
Methods
get
Stats
populate
Stats
remove
Stats
update
Stats
Github
KC's Workspace
Loading...