Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ json
Function
json
packages/server/src/api/json.rs:4–6 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
2
use serde::Serialize;
3
4
pub fn json<T: Serialize>(value: T) -> Json<T> {
5
Json(value)
6
}
Callers
15
wait_for_absent_element_payload
Function · 0.85
scroll_until_visible_payload
Function · 0.85
health
Function · 0.85
metrics
Function · 0.85
stream_quality
Function · 0.85
client_stream_stats
Function · 0.85
record_client_stream_stats
Function · 0.85
inspector_direct_request
Function · 0.85
list_simulators
Function · 0.85
simulator_create_options
Function · 0.85
create_simulator
Function · 0.85
simulator_state
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected