Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
481
function
fail(message) {
482
console.error(
"\x1b[31m[MIDDLEWARE] %s\x1b[0m"
, message)
483
}
484
485
function
log(message) {
486
console.error(message)
Callers
15
parseMessage
Function · 0.85
testBenchmark
Function · 0.85
TEST_init
Function · 0.85
TEST_filter
Function · 0.85
TEST_parseMessage
Function · 0.85
TEST_httpPath
Function · 0.85
TEST_httpMethod
Function · 0.85
TEST_httpPathParam
Function · 0.85
TEST_httpBodyParam
Function · 0.85
TEST_httpHeader
Function · 0.85
TEST_httpBody
Function · 0.85
TEST_setHttpBody
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected