Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lllyasviel/Fooocus
/ get_scheme
Method
get_scheme
modules/meta_parser.py:294–295 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
292
293
@abstractmethod
294
def
get_scheme(self) -> MetadataScheme:
295
raise
NotImplementedError
296
297
@abstractmethod
298
def
to_json(self, metadata: dict | str) -> dict:
Callers
1
log
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected