Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ _persist_run
Method
_persist_run
libs/core/langchain_core/tracers/base.py:38–39 ·
view source on GitHub ↗
Persist a run.
(self, run: Run)
Source
from the content-addressed store, hash-verified
36
37
@abstractmethod
38
def
_persist_run(self, run: Run) -> None:
39
""
"Persist a run."
""
40
41
def
_start_trace(self, run: Run) -> None:
42
""
"Start a trace for a run."
""
Callers
1
_end_trace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected