Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ disable
Method
disable
mapping/src/utils/profile_util.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
self.enabled = True
15
16
def
disable(self):
17
self.enabled = False
18
19
def
tick(self, name):
20
if
not self.enabled:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected