Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hapijs/hapi
/ method
Method
method
lib/server.js:399–402 ·
view source on GitHub ↗
(name, method, options = {})
Source
from the content-addressed store, hash-verified
397
}
398
399
method(name, method, options = {}) {
400
401
return
this._core.methods.add(name, method, options, this.realm);
402
}
403
404
path(relativeTo) {
405
Callers
nothing calls this directly
Calls
1
add
Method · 0.65
Tested by
no test coverage detected