MCPcopy 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

1var fs = require('fs');
2var http = require('http');
3var https = require('https');
4var privateKey = fs.readFileSync(__dirname + '/cert/privatekey.pem').toString();

Callers

nothing calls this directly

Calls 2

openFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected