MCPcopy Index your code
hub / github.com/tiny-pilot/tinypilot / debug_sensitive

Method debug_sensitive

app/log.py:57–58  ·  view source on GitHub ↗
(self, message, *args, **kws)

Source from the content-addressed store, hash-verified

55 args, **kws)
56
57 def debug_sensitive(self, message, *args, **kws):
58 self.log_sensitive(logging.DEBUG, message, *args, **kws)
59
60 def info_sensitive(self, message, *args, **kws):
61 self.log_sensitive(logging.INFO, message, *args, **kws)

Callers 2

on_keystrokeFunction · 0.80
write_to_hid_interfaceFunction · 0.80

Calls 1

log_sensitiveMethod · 0.95

Tested by

no test coverage detected