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

Method bind

lib/server.js:93–97  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

91 }
92
93 bind(context) {
94
95 Hoek.assert(typeof context === 'object', 'bind must be an object');
96 this.realm.settings.bind = context;
97 }
98
99 control(server) {
100

Callers 7

transmit.jsFile · 0.80
_dispatchMethod · 0.80
_listenMethod · 0.80
publicMethod · 0.80
validation.jsFile · 0.80
route.jsFile · 0.80
server.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected