MCPcopy Create free account
hub / github.com/Marus/cortex-debug / serialize

Method serialize

src/frontend/views/live-watch.ts:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 public serialize(): NodeState {
327 return this.pvtSerialize(undefined);
328 }
329
330 public deSerialize(state: NodeState): void {
331 for (const child of state.children) {

Callers 1

saveStateMethod · 0.80

Calls 1

pvtSerializeMethod · 0.95

Tested by

no test coverage detected