MCPcopy
hub / github.com/vogler/free-games-claimer / resolve

Function resolve

src/util.js:11–11  ·  view source on GitHub ↗
(...a)

Source from the content-addressed store, hash-verified

9
10// modified path.resolve to return null if first argument is '0', used to disable screenshots
11export const resolve = (...a) => a.length && a[0] == '0' ? null : path.resolve(...a);
12
13// json database
14import { JSONFilePreset } from 'lowdb/node';

Callers 7

screenshotFunction · 0.90
sameOrNewPageFunction · 0.90
screenshotFunction · 0.90
screenshotFunction · 0.90
screenshotFunction · 0.90
notifyFunction · 0.85
execpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected