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

Function getCreateMethod

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

Source from the content-addressed store, hash-verified

341}
342
343function getCreateMethod(methods) {
344 return methods.find(function(m) {
345 return (m.name === 'create');
346 });
347}
348
349function getFormattedScopeMethods(methods) {
350 return methods.filter(function(m) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…