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

Method persistent

gateway/src/kv/mod.rs:489–491  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

487 }
488
489 pub fn persistent(&self) -> &Node {
490 &self.persistent
491 }
492
493 pub fn ephemeral(&self) -> &Node {
494 &self.ephemeral

Callers 3

get_sync_dataMethod · 0.80
wave_kv_statusMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected