nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ConsolidationOperation
Interface ConsolidationOperation
Consolidation operation that can be benchmarked.
interface
ConsolidationOperation
{
name
:
string
;
run
:
()
=>
Promise
<
void
>
;
}
Index
Properties
name
run
Properties
Readonly
name
name
:
string
Readonly
run
run
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
name
run
GitHub
npm
nexus-agents - v2.80.0
Loading...
Consolidation operation that can be benchmarked.