Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_debug
Method · 0.50
execute
Method · 0.50
decorate
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected