Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular-app/angular-app
/ server.js
File
server.js
server/server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fs = require(
'fs'
);
2
var
http = require(
'http'
);
3
var
https = require(
'https'
);
4
var
privateKey = fs.readFileSync(__dirname +
'/cert/privatekey.pem'
).toString();
Callers
nothing calls this directly
Calls
2
open
Function · 0.85
next
Function · 0.50
Tested by
no test coverage detected