Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/struts-examples
/ addOrder
Function
addOrder
rest-angular/src/main/webapp/js/services/DataService.js:57–59 ·
view source on GitHub ↗
Add new order
(order)
Source
from the content-addressed store, hash-verified
55
56
/** Add
new
order */
57
function
addOrder(order) {
58
return
_request(urls.order,
'POST'
, order);
59
}
60
61
/** Edit order */
62
function
editOrder(order) {
Callers
nothing calls this directly
Calls
1
_request
Function · 0.85
Tested by
no test coverage detected