MCPcopy Create free account
hub / github.com/bajrangCoder/acodex_server / LspFrameCodec

Class LspFrameCodec

src/lsp.rs:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485#[derive(Clone, Debug, Default)]
486pub struct LspFrameCodec {
487 remaining_bytes: usize,
488}
489
490impl Encoder<String> for LspFrameCodec {
491 type Error = CodecError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected