MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / firstDefined

Function firstDefined

src/cell.js:361–363  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

359}
360
361function firstDefined(...args) {
362 return args.filter((v) => v !== undefined && v !== null).shift();
363}
364
365// HELPER FUNCTIONS
366function setOption(objA, objB, nameB, targetObj) {

Callers 1

setOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…