MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / get_min_matched_length

Method get_min_matched_length

src/licensedcode/models.py:2084–2086  ·  view source on GitHub ↗
(self, unique=False)

Source from the content-addressed store, hash-verified

2082 return self.length_unique if unique else self.length
2083
2084 def get_min_matched_length(self, unique=False):
2085 return (self.min_matched_length_unique if unique
2086 else self.min_matched_length)
2087
2088 def get_high_length(self, unique=False):
2089 return self.high_length_unique if unique else self.high_length

Callers 1

compare_token_setsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected