MCPcopy
hub / github.com/hapijs/hapi / method

Function method

test/server.js:1894–1897  ·  view source on GitHub ↗
(methodNext)

Source from the content-addressed store, hash-verified

1892 register: function (srv, options) {
1893
1894 const method = function (methodNext) {
1895
1896 return methodNext(null);
1897 };
1898
1899 srv.method('log', method);
1900 }

Callers 3

_debugMethod · 0.50
executeMethod · 0.50
decorateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected