Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ post-resource-and-log.js
File
post-resource-and-log.js
test/fixtures/post-resource-and-log.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
url = process.env.REQUEST_URL;
2
const
resourceData = process.env.RESOURCE_DATA ||
'{"name":"test","value":"data"}'
;
3
4
let
lib;
Callers
nothing calls this directly
Calls
8
request
Method · 0.65
require
Function · 0.50
log
Method · 0.45
on
Method · 0.45
error
Method · 0.45
destroy
Method · 0.45
write
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected