MCPcopy
hub / github.com/ternjs/tern / maybeSet

Function maybeSet

lib/tern.js:655–657  ·  view source on GitHub ↗
(obj, prop, val)

Source from the content-addressed store, hash-verified

653 return obj;
654 }
655 function maybeSet(obj, prop, val) {
656 if (val != null) obj[prop] = val;
657 }
658
659 // Built-in query types
660

Callers 1

tern.jsFile · 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…