MCPcopy Index your code
hub / github.com/Dstack-TEE/dstack / to_scale

Method to_scale

dstack-attest/src/attestation.rs:437–439  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

435
436 #[doc(hidden)]
437 pub fn to_scale(&self) -> Result<Vec<u8>> {
438 self.to_bytes()
439 }
440
441 /// Project any version into the V1 attestation schema.
442 pub fn into_v1(self) -> AttestationV1 {

Callers

nothing calls this directly

Calls 1

to_bytesMethod · 0.80

Tested by

no test coverage detected