Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/srixivas/PcapXray
/ _dumps
Function
_dumps
Source/Module/report_generator.py:17–18 ·
view source on GitHub ↗
(obj, **kwargs)
Source
from the content-addressed store, hash-verified
15
16
17
def
_dumps(obj, **kwargs) -> str:
18
return
json.dumps(obj, cls=_ModelEncoder, **kwargs)
19
20
21
class
ReportGenerator:
Callers
3
communicationDetailsReport
Method · 0.85
deviceDetailsReport
Method · 0.85
packetDetails
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected