MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / write

Method write

crates/core/src/config.rs:61–63  ·  view source on GitHub ↗
(&self, path: &MetadataTomlPath)

Source from the content-addressed store, hash-verified

59 }
60
61 pub fn write(&self, path: &MetadataTomlPath) -> io::Result<()> {
62 path.write(self.to_string())
63 }
64
65 fn check_compatibility(previous: &Self, current: &Self, metafile: &Path) -> anyhow::Result<()> {
66 anyhow::ensure!(

Callers 15

promptFunction · 0.45
saveTokenFunction · 0.45
createSpinnerFunction · 0.45
displayResultsFunction · 0.45
update_package_jsonFunction · 0.45
replayMethod · 0.45
collect_insertsMethod · 0.45
write_to_filesMethod · 0.45
putMethod · 0.45

Calls 1

to_stringMethod · 0.45

Tested by 4

tries_older_snapshotsFunction · 0.36
mountFunction · 0.36