Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danwrong/restler
/ get
Function
get
lib/restler.js:322–324 ·
view source on GitHub ↗
(url, options)
Source
from the content-addressed store, hash-verified
320
}
321
322
function
get(url, options) {
323
return
request(url, shortcutOptions(options,
'GET'
));
324
}
325
326
function
patch(url, options) {
327
return
request(url, shortcutOptions(options,
'PATCH'
));
Callers
1
restler.js
File · 0.85
Calls
2
request
Function · 0.85
shortcutOptions
Function · 0.85
Tested by
no test coverage detected