Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwasti/mebm
/ dumpToJson
Method
dumpToJson
script.js:814–820 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
812
}
813
814
dumpToJson() {
815
let
out = [];
816
for
(
let
layer of this.layers) {
817
out.push(layer.dump());
818
}
819
return
JSON.stringify(out);
820
}
821
822
async
loadLayers(layers) {
823
let
on_ready =
function
(d, c) {
Callers
1
exportToJson
Function · 0.80
Calls
1
dump
Method · 0.45
Tested by
no test coverage detected