MCPcopy Create free account
hub / github.com/apache/struts-examples / getOrder

Function getOrder

rest-angular/src/main/webapp/js/services/DataService.js:52–54  ·  view source on GitHub ↗

Get order by id

(id)

Source from the content-addressed store, hash-verified

50
51 /** Get order by id */
52 function getOrder(id) {
53 return _request(urls.order+id);
54 }
55
56 /** Add new order */
57 function addOrder(order) {

Callers

nothing calls this directly

Calls 1

_requestFunction · 0.85

Tested by

no test coverage detected