MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / to_json

Method to_json

plugin_manager/asset_library_source.cpp:397–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397Dictionary EditListCache::to_json() const {
398 return {
399 { "retrieved_time", retrieved_time },
400 { "asset_id", asset_id },
401 { "edit_list", gdre::vector_to_array(edit_list) }
402 };
403}
404
405EditCache EditCache::from_json(const Dictionary &json) {
406 EditCache cache;

Callers 2

save_edit_list_cacheMethod · 0.45
save_edit_cacheMethod · 0.45

Calls 1

vector_to_arrayFunction · 0.85

Tested by

no test coverage detected