MCPcopy Create free account
hub / github.com/pydantic/jiter / StringDecoderRange

Class StringDecoderRange

crates/jiter/src/string_decoder.rs:422–422  ·  view source on GitHub ↗

A string decoder that returns the range of the string. WARNING:* For performance reasons, this decoder does not check that the string would be valid UTF-8.

Source from the content-addressed store, hash-verified

420///
421/// *WARNING:* For performance reasons, this decoder does not check that the string would be valid UTF-8.
422pub struct StringDecoderRange;
423
424impl<'t, 'j> AbstractStringDecoder<'t, 'j> for StringDecoderRange
425where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…