MCPcopy Create free account
hub / github.com/Recordscript/recordscript / negotiated_codec

Method negotiated_codec

libs/scrap/src/common/codec.rs:321–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319
320 #[inline]
321 pub fn negotiated_codec() -> CodecFormat {
322 ENCODE_CODEC_FORMAT.lock().unwrap().clone()
323 }
324
325 pub fn supported_encoding() -> SupportedEncoding {
326 #[allow(unused_mut)]

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected