MCPcopy Create free account
hub / github.com/HisMax/RedInk / validate_config

Method validate_config

backend/generators/base.py:39–46  ·  view source on GitHub ↗

验证配置是否有效 Returns: 配置是否有效

(self)

Source from the content-addressed store, hash-verified

37
38 @abstractmethod
39 def validate_config(self) -> bool:
40 """
41 验证配置是否有效
42
43 Returns:
44 配置是否有效
45 """
46 pass
47
48 def get_supported_sizes(self) -> list:
49 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected