MCPcopy
hub / github.com/bettercap/bettercap / showStartedAt

Method showStartedAt

modules/api_rest/api_rest_controller.go:199–201  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

197}
198
199func (mod *RestAPI) showStartedAt(w http.ResponseWriter, r *http.Request) {
200 mod.toJSON(w, mod.Session.StartedAt)
201}
202
203func (mod *RestAPI) showWiFi(w http.ResponseWriter, r *http.Request) {
204 params := mux.Vars(r)

Callers 1

sessionRouteMethod · 0.95

Calls 1

toJSONMethod · 0.95

Tested by

no test coverage detected