MCPcopy Create free account
hub / github.com/Bbalduzz/fletmint / get_value

Method get_value

fletmint/toggle_switch.py:106–108  ·  view source on GitHub ↗

Return the current toggle state.

(self)

Source from the content-addressed store, hash-verified

104 self.on_switch(self.value)
105
106 def get_value(self):
107 """Return the current toggle state."""
108 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected