langchain.js
Preparing search index...
@langchain/core
singletons
MockAsyncLocalStorage
Class MockAsyncLocalStorage
Implements
AsyncLocalStorageInterface
Index
Constructors
constructor
Methods
enter
With
get
Store
run
Constructors
constructor
new
MockAsyncLocalStorage
()
:
MockAsyncLocalStorage
Returns
MockAsyncLocalStorage
Methods
enter
With
enterWith
(
_store
:
any
)
:
undefined
Parameters
_store
:
any
Returns
undefined
get
Store
getStore
()
:
any
Returns
any
run
run
<
T
>
(
_store
:
any
,
callback
:
()
=>
T
)
:
T
Type Parameters
T
Parameters
_store
:
any
callback
:
()
=>
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
enter
With
get
Store
run
langchain.js
Loading...