MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / get_session_diff_async

Function get_session_diff_async

src/utils/git.py:380–385  ·  view source on GitHub ↗
(
    cwd: str | None = None,
    **kwargs: Any,
)

Source from the content-addressed store, hash-verified

378
379
380async def get_session_diff_async(
381 cwd: str | None = None,
382 **kwargs: Any,
383) -> DiffResult:
384 loop = asyncio.get_event_loop()
385 return await loop.run_in_executor(None, lambda: get_session_diff(cwd, **kwargs))

Callers

nothing calls this directly

Calls 1

get_session_diffFunction · 0.85

Tested by

no test coverage detected