MCPcopy 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

addMethod · 0.65

Tested by

no test coverage detected