MCPcopy Index your code
hub / github.com/encounter/objdiff / read_json_config

Function read_json_config

objdiff-core/src/config/mod.rs:318–320  ·  view source on GitHub ↗
(reader: &mut R)

Source from the content-addressed store, hash-verified

316
317#[cfg(feature = "std")]
318fn read_json_config<R: std::io::Read>(reader: &mut R) -> Result<ProjectConfig> {
319 Ok(serde_json::from_reader(reader)?)
320}
321
322pub fn build_globset(vec: &[Glob]) -> Result<GlobSet, globset::Error> {
323 let mut builder = GlobSetBuilder::new();

Callers 1

try_project_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected