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

Method info_sensitive

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

Source from the content-addressed store, hash-verified

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)
62
63 def warning_sensitive(self, message, *args, **kws):
64 self.log_sensitive(logging.WARNING, message, *args, **kws)

Callers 9

auth_postFunction · 0.80
registerFunction · 0.80
change_passwordFunction · 0.80
change_roleFunction · 0.80
delete_accountFunction · 0.80
can_authenticateFunction · 0.80
loginFunction · 0.80
is_auth_validFunction · 0.80
logoutFunction · 0.80

Calls 1

log_sensitiveMethod · 0.95

Tested by

no test coverage detected