Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/strongloop/loopback
/ listCars
Function
listCars
test/replication.rest.test.js:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
});
78
79
function
listCars() {
80
return
request.get(
'/Cars'
);
81
}
82
83
function
createCar() {
84
return
request.post(
'/Cars'
).send({model:
'a-model'
});
Callers
1
replication.rest.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…