Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ read
Method
read
crates/core/src/config.rs:57–59 ·
view source on GitHub ↗
(path: &MetadataTomlPath)
Source
from the content-addressed store, hash-verified
55
}
56
57
pub fn read(path: &MetadataTomlPath) -> anyhow::Result<Option<Self>> {
58
parse_config(path.as_ref())
59
}
60
61
pub fn write(&self, path: &MetadataTomlPath) -> io::Result<()> {
62
path.write(self.to_string())
Callers
15
git_tracked_files
Function · 0.45
tracked_rs_files_under
Function · 0.45
run_publish_checks
Function · 0.45
main
Function · 0.45
check_smoketests_mod_rs_complete
Function · 0.45
readLoop
Function · 0.45
setupCLI
Function · 0.45
heap_usage
Method · 0.45
pid_file
Method · 0.45
get_or_create_keys
Function · 0.45
update_gauges
Method · 0.45
add_single_subscription_inner
Method · 0.45
Calls
2
parse_config
Function · 0.85
as_ref
Method · 0.45
Tested by
1
check_smoketests_mod_rs_complete
Function · 0.36