Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hapijs/hapi
/ fn
Function
fn
test/methods.js:747–747 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
745
it(
'throws an error if unknown keys are present when making a server method using an object'
, () => {
746
747
const
fn =
function
() { };
748
const
server = Hapi.server();
749
750
expect(() => {
Callers
1
core.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected