Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Method · 0.80
wave_kv_status
Method · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected