MCPcopy Create free account
hub / github.com/alexankitty/Myrient-Search-Engine / updateDefaults

Function updateDefaults

server.js:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164};
165
166function updateDefaults() {
167 defaultOptions.crawlTime = crawlTime;
168 defaultOptions.queryCount = queryCount;
169 defaultOptions.fileCount = fileCount;
170 defaultOptions.metadataMatchCount = metadataMatchCount;
171}
172
173let app = express();
174let server = http.createServer(app);

Callers 1

server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected