Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ Deduplicater
Class
Deduplicater
tools/scripts/massif-diff.py:94–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
class
Deduplicater:
95
def
__init__(self):
96
self.data = {}
97
98
def
__call__(self, value):
99
return
self.data.setdefault(value, value)
100
101
102
class
Node:
Callers
2
parse
Function · 0.85
massif-diff.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected