MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / MemorySizeVisitor

Class MemorySizeVisitor

size-parser/src/lib.rs:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 use std::fmt;
231
232 struct MemorySizeVisitor;
233
234 impl Visitor<'_> for MemorySizeVisitor {
235 type Value = MemorySize;

Callers 1

deserializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected