MCPcopy Create free account
hub / github.com/GrayJack/coreutils / parse_code

Function parse_code

echo/src/main.rs:55–69  ·  view source on GitHub ↗

Parse a `input` code from `base` code to a UTF-8 char. The `max_digits` limits how many digits the `input` code can have.

(
    input: &mut Peekable<Chars>, base: u32, max_digits: u32, bits_per_digit: u32,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

print_escapeFunction · 0.85

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected