Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ formatReplayActionLine
Function
formatReplayActionLine
src/replay/script.ts:477–479 ·
view source on GitHub ↗
(action: SessionAction)
Source
from the content-addressed store, hash-verified
475
}
476
477
function
formatReplayActionLine(action: SessionAction): string {
478
return
formatPortableActionLine(action, { runtimeIncludeAllPositionals: true });
479
}
Callers
1
writeReplayScript
Function · 0.85
Calls
1
formatPortableActionLine
Function · 0.90
Tested by
no test coverage detected