MCPcopy
hub / github.com/strongloop/loopback / getFormattedPrototypeMethods

Function getFormattedPrototypeMethods

test/remoting.integration.js:361–371  ·  view source on GitHub ↗
(methods)

Source from the content-addressed store, hash-verified

359}
360
361function getFormattedPrototypeMethods(methods) {
362 return methods.filter(function(m) {
363 return m.name.indexOf('prototype.__') === 0;
364 })
365 .map(function(m) {
366 return formatMethod(m);
367 })
368 .reduce(function(p, c) {
369 return p.concat(c);
370 });
371}

Callers 1

Calls 1

formatMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…