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

Function getENVPrefix

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

Source from the content-addressed store, hash-verified

89}
90
91function getENVPrefix(iface) {
92 if (nestedOptionEnvPrefix[iface.id.name]) {
93 return nestedOptionEnvPrefix[iface.id.name];
94 }
95}
96
97function processProperty(property, iface) {
98 const firstComment = getCommentValue(last(property.leadingComments || []));

Callers 1

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