MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / getValue

Function getValue

src/util.js:37–43  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

35}
36
37export function getValue(v) {
38 if (exports.isExist(v)) {
39 return v;
40 } else {
41 return '';
42 }
43}
44
45/**
46 * Dangerous property names that could lead to prototype pollution or security issues

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected