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

Function buildOptions

server.js:146–148  ·  view source on GitHub ↗
(page, options)

Source from the content-addressed store, hash-verified

144}
145
146function buildOptions(page, options) {
147 return { page: page, ...options, ...defaultOptions };
148}
149
150let defaultOptions = {
151 crawlTime: crawlTime,

Callers 1

server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected