Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegohaz/rest
/ apiWithNoMethods
Function
apiWithNoMethods
test/index.js:80–86 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
78
}
79
80
function
apiWithNoMethods(dir) {
81
console.log(
'apiWithNoMethods'
);
82
return
api({
83
kebab:
'no-method'
,
84
methods: []
85
}, dir);
86
}
87
88
function
apiWithReservedWord(dir) {
89
return
api({
Callers
1
install
Function · 0.85
Calls
1
api
Function · 0.85
Tested by
no test coverage detected