MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / add

Function add

Scripts/Developer Base/Devices Finder.py:660–663  ·  view source on GitHub ↗
(kind, points, reason)

Source from the content-addressed store, hash-verified

658 reasons = defaultdict(list)
659
660 def add(kind, points, reason):
661 scores[kind] += points
662 if reason not in reasons[kind]:
663 reasons[kind].append(reason)
664
665 # Port signatures
666 if ports & CAMERA_PORTS:

Callers 1

classify_device_typeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected