MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / extract_generates_when_missing

Function extract_generates_when_missing

nodedb/src/control/trace_context.rs:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131 #[test]
132 fn extract_generates_when_missing() {
133 let headers = axum::http::HeaderMap::new();
134 let id = extract_from_headers(&headers);
135 assert_ne!(id, TraceId::ZERO);
136 }
137
138 #[test]
139 fn pgwire_param_extraction_roundtrips() {

Callers

nothing calls this directly

Calls 1

extract_from_headersFunction · 0.85

Tested by

no test coverage detected