MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_min_size

Method get_min_size

aura/analyzers/data_finder.py:41–42  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

39
40 @classmethod
41 def get_min_size(cls) -> int:
42 return config.get_settings("aura.min-blob-size", 100)
43
44 def node_String(self, context: Context):
45 val = context.node.value

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected