MCPcopy
hub / github.com/Xyntax/POC-T / format

Method format

thirdparty/ansistrm/ansistrm.py:155–157  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

153 return message
154
155 def format(self, record):
156 message = logging.StreamHandler.format(self, record)
157 return self.colorize(message, record)

Callers 14

emitMethod · 0.95
getDnsRecordMethod · 0.80
getHttpRecordMethod · 0.80
queryDnsRecordFunction · 0.80
queryHttpRecordFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80
pocFunction · 0.80

Calls 1

colorizeMethod · 0.95

Tested by

no test coverage detected