MCPcopy Create free account
hub / github.com/MearaY/StegaPy / get_name

Method get_name

StegaPy/plugin/randlsb/random_lsb_plugin.py:26–28  ·  view source on GitHub ↗

获取插件名称

(self)

Source from the content-addressed store, hash-verified

24 super().__init__(config or LSBConfig())
25
26 def get_name(self) -> str:
27 """获取插件名称"""
28 return "RandomLSB"
29
30 def get_purposes(self) -> List[Purpose]:
31 """获取插件支持的用途"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected