MCPcopy
hub / github.com/probelabs/goreplay / fail

Function fail

middleware/middleware.js:481–483  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

479
480// Just print in red color
481function fail(message) {
482 console.error("\x1b[31m[MIDDLEWARE] %s\x1b[0m", message)
483}
484
485function log(message) {
486 console.error(message)

Callers 15

parseMessageFunction · 0.85
testBenchmarkFunction · 0.85
TEST_initFunction · 0.85
TEST_filterFunction · 0.85
TEST_parseMessageFunction · 0.85
TEST_httpPathFunction · 0.85
TEST_httpMethodFunction · 0.85
TEST_httpPathParamFunction · 0.85
TEST_httpBodyParamFunction · 0.85
TEST_httpHeaderFunction · 0.85
TEST_httpBodyFunction · 0.85
TEST_setHttpBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected