Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RumbleDB/rumble
/ tyson
Method
tyson
src/main/java/org/rumbledb/api/SequenceWriter.java:422–424 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
420
}
421
422
public
void
tyson(String path) {
423
format(
"tyson"
).save(path);
424
}
425
426
public
void
yaml(String path) {
427
format(
"yaml"
).save(path);
Callers
nothing calls this directly
Calls
2
format
Method · 0.95
save
Method · 0.80
Tested by
no test coverage detected