MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / is_metro_proxy_method

Function is_metro_proxy_method

packages/server/src/devtools.rs:825–827  ·  view source on GitHub ↗
(method: &str)

Source from the content-addressed store, hash-verified

823}
824
825pub fn is_metro_proxy_method(method: &str) -> bool {
826 matches!(method, "GET" | "HEAD" | "POST")
827}
828
829fn metro_frontend_query_with_socket(query: Option<&str>, web_socket_debugger_url: &str) -> String {
830 let socket_param = web_socket_debugger_url

Callers 1

fetch_metro_resourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected