Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ statusMessage
Method
statusMessage
lib/internal/http2/compat.js:697–701 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
695
}
696
697
get statusMessage() {
698
statusMessageWarn();
699
700
return
''
;
701
}
702
703
set statusMessage(msg) {
704
statusMessageWarn();
Callers
nothing calls this directly
Calls
1
statusMessageWarn
Function · 0.85
Tested by
no test coverage detected