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

Function doInterface

resources/buildConfigDefinitions.js:148–153  ·  view source on GitHub ↗
(iface)

Source from the content-addressed store, hash-verified

146}
147
148function doInterface(iface) {
149 return iface.body.properties
150 .sort((a, b) => a.key.name.localeCompare(b.key.name))
151 .map(prop => processProperty(prop, iface))
152 .filter(e => e !== undefined);
153}
154
155function mapperFor(elt, t) {
156 const p = t.identifier('parsers');

Callers 1

pluginFunction · 0.85

Calls 2

processPropertyFunction · 0.85
filterMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…