MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / parse_optional_u64

Function parse_optional_u64

src/automation_cli.rs:809–814  ·  view source on GitHub ↗
(
    value: Option<String>,
    field: &str,
)

Source from the content-addressed store, hash-verified

807}
808
809fn parse_optional_u64(
810 value: Option<String>,
811 field: &str,
812) -> tracedecay::errors::Result<Option<Option<u64>>> {
813 parse_optional_number(value, field, str::parse::<u64>)
814}
815
816fn parse_optional_u32(
817 value: Option<String>,

Callers 1

automation_task_patchFunction · 0.85

Calls 1

parse_optional_numberFunction · 0.85

Tested by

no test coverage detected