Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
_dispatch
Method · 0.80
_listen
Method · 0.80
public
Method · 0.80
validation.js
File · 0.80
route.js
File · 0.80
server.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected