MCPcopy Create free account
hub / github.com/parse-community/parse-server / wrap

Function wrap

resources/buildConfigDefinitions.js:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155function mapperFor(elt, t) {
156 const p = t.identifier('parsers');
157 const wrap = identifier => t.memberExpression(p, identifier);
158
159 if (t.isNumberTypeAnnotation(elt)) {
160 return t.callExpression(wrap(t.identifier('numberParser')), [t.stringLiteral(elt.name)]);

Callers 1

mapperForFunction · 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…