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

Function getCommentValue

resources/buildConfigDefinitions.js:84–89  ·  view source on GitHub ↗
(comment)

Source from the content-addressed store, hash-verified

82}
83
84function getCommentValue(comment) {
85 if (!comment) {
86 return;
87 }
88 return comment.value.trim();
89}
90
91function getENVPrefix(iface) {
92 if (nestedOptionEnvPrefix[iface.id.name]) {

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…