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

Function getUSDFundsShares

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

Source from the content-addressed store, hash-verified

117}
118
119func getUSDFundsShares(w http.ResponseWriter, r *http.Request) {
120 w.Header().Set("Access-Control-Allow-Origin", "*")
121 w.Header().Set("Content-Type", "application/json")
122 var ArrShares = myUSDCurrentFunds("share")
123 json.NewEncoder(w).Encode(ArrShares)
124}
125
126func getUSDFundsBonds(w http.ResponseWriter, r *http.Request) {
127 w.Header().Set("Access-Control-Allow-Origin", "*")

Callers

nothing calls this directly

Calls 1

myUSDCurrentFundsFunction · 0.85

Tested by

no test coverage detected