Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/struts-examples
/ getOrders
Function
getOrders
rest-angular/src/main/webapp/js/services/DataService.js:47–49 ·
view source on GitHub ↗
Get all orders
()
Source
from the content-addressed store, hash-verified
45
46
/** Get all orders */
47
function
getOrders() {
48
return
_request(urls.orders);
49
}
50
51
/** Get order by id */
52
function
getOrder(id) {
Callers
nothing calls this directly
Calls
1
_request
Function · 0.85
Tested by
no test coverage detected