MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / enable

Method enable

mapping/src/utils/profile_util.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.verbose = verbose
12
13 def enable(self):
14 self.enabled = True
15
16 def disable(self):
17 self.enabled = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected