MCPcopy Create free account
hub / github.com/FastLED/FastLED / status

Method status

src/fl/net/http/fetch.h:86–86  ·  view source on GitHub ↗

HTTP status code (like JavaScript response.status)

Source from the content-addressed store, hash-verified

84
85 /// HTTP status code (like JavaScript response.status)
86 int status() const { return mStatusCode; }
87
88 /// HTTP status text (like JavaScript response.statusText)
89 const fl::string& status_text() const { return mStatusText; }

Callers 15

okMethod · 0.80
not_foundMethod · 0.80
bad_requestMethod · 0.80
internal_errorMethod · 0.80
get_process_tree_infoFunction · 0.80
get_process_infoFunction · 0.80
get_fbuild_daemon_statusFunction · 0.80
mainFunction · 0.80
runTestMethod · 0.80
setupFunction · 0.80
test_json_endpointFunction · 0.80
test_get_endpointFunction · 0.80

Calls

no outgoing calls

Tested by 9

get_process_tree_infoFunction · 0.64
runTestMethod · 0.64
test_json_endpointFunction · 0.64
test_get_endpointFunction · 0.64
test_ping_endpointFunction · 0.64
test_promise_approachFunction · 0.64
test_await_approachFunction · 0.64
test_json_responseFunction · 0.64
test_json_awaitFunction · 0.64