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

Function getRUBFundsShares

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

Source from the content-addressed store, hash-verified

103}
104
105func getRUBFundsShares(w http.ResponseWriter, r *http.Request) {
106 w.Header().Set("Access-Control-Allow-Origin", "*")
107 w.Header().Set("Content-Type", "application/json")
108 var ArrShares = myRUBCurrentFunds("share")
109 json.NewEncoder(w).Encode(ArrShares)
110}
111
112func getRUBFundsBonds(w http.ResponseWriter, r *http.Request) {
113 w.Header().Set("Access-Control-Allow-Origin", "*")

Callers

nothing calls this directly

Calls 1

myRUBCurrentFundsFunction · 0.85

Tested by

no test coverage detected