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

Function last

resources/buildConfigDefinitions.js:61–63  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

59};
60
61function last(array) {
62 return array[array.length - 1];
63}
64
65const letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
66function toENV(key) {

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…