MCPcopy Index your code
hub / github.com/devpew/Muffin-REST-API / getRUBFundsBonds

Function getRUBFundsBonds

main.go:112–117  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

110}
111
112func getRUBFundsBonds(w http.ResponseWriter, r *http.Request) {
113 w.Header().Set("Access-Control-Allow-Origin", "*")
114 w.Header().Set("Content-Type", "application/json")
115 var ArrShares = myRUBCurrentFunds("bond")
116 json.NewEncoder(w).Encode(ArrShares)
117}
118
119func getUSDFundsShares(w http.ResponseWriter, r *http.Request) {
120 w.Header().Set("Access-Control-Allow-Origin", "*")

Callers

nothing calls this directly

Calls 1

myRUBCurrentFundsFunction · 0.85

Tested by

no test coverage detected