MCPcopy Index your code
hub / github.com/ehmicky/log-process-errors / validateOptions

Function validateOptions

src/options.js:4–6  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

2
3// Undocumented named export to validate options
4export const validateOptions = (opts) => {
5 getOptions(opts)
6}
7
8// Validate options and assign default options
9export const getOptions = (opts = {}) => {

Callers

nothing calls this directly

Calls 1

getOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…