Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ usable_encoding
Method
usable_encoding
libs/scrap/src/common/codec.rs:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
pub fn usable_encoding() -> Option<SupportedEncoding> {
352
USABLE_ENCODING.lock().unwrap().clone()
353
}
354
355
pub fn set_fallback(config: &EncoderCfg) {
356
let format = match config {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected