MCPcopy Create free account
hub / github.com/619dev/minghe / test_extract_extension_basic

Function test_extract_extension_basic

src/sip/parser.rs:758–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756 result.push(format!(
757 "m=audio {} {} {}",
758 relay_port,
759 proto,
760 formats.join(" ")
761 ));
762 found_audio = true;
763 } else {
764 result.push(line.to_string());
765 }
766 } else {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected