Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ is_supported
Method
is_supported
aura/uri_handlers/base.py:44–45 ·
view source on GitHub ↗
(cls, parsed_uri)
Source
from the content-addressed store, hash-verified
42
43
@classmethod
44
def
is_supported(cls, parsed_uri):
45
return
parsed_uri.scheme == cls.scheme
46
47
@classmethod
48
def
from_uri(cls, uri: str) -> Optional[URIHandler]:
Callers
2
from_uri
Method · 0.45
diff_from_uri
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected