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

Method is_supported

aura/output/base.py:33–34  ·  view source on GitHub ↗
(cls, parsed_uri)

Source from the content-addressed store, hash-verified

31
32 @classmethod
33 def is_supported(cls, parsed_uri) -> bool:
34 return parsed_uri.scheme == cls.protocol()
35
36 @classmethod
37 def get_all_output_formats(cls) -> Mapping[str, OutputBase]:

Callers 1

get_formatMethod · 0.45

Calls 1

protocolMethod · 0.45

Tested by

no test coverage detected