MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / blinkitOrderPlaced

Function blinkitOrderPlaced

03JS/Day09/index.js:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142// blinkit
143
144function blinkitOrderPlaced(){
145 console.log("We have started packing your Order");
146}
147
148function zomatoOrderPlaced(){
149 console.log("We have started preparing your food");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected