MCPcopy Create free account
hub / github.com/RumbleDB/rumble / yaml

Method yaml

src/main/java/org/rumbledb/api/SequenceWriter.java:426–428  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

424 }
425
426 public void yaml(String path) {
427 format("yaml").save(path);
428 }
429
430 public void json(String path) {
431 format("json").save(path);

Callers

nothing calls this directly

Calls 2

formatMethod · 0.95
saveMethod · 0.80

Tested by

no test coverage detected