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

Method from_uri

aura/output/base.py:175–176  ·  view source on GitHub ↗
(cls, uri: str)

Source from the content-addressed store, hash-verified

173
174 @classmethod
175 def from_uri(cls, uri: str) -> TyposquattingOutputBase:
176 return cls.get_format(uri)()
177
178 @abstractmethod
179 def output_typosquatting(self, entries):

Callers

nothing calls this directly

Calls 1

get_formatMethod · 0.80

Tested by

no test coverage detected