MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / toJSON

Method toJSON

bin/memory.js:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 toJSON() {
36 return {
37 id: this.id, type: this.type, title: this.title, content: this.content,
38 tags: this.tags, relations: this.relations,
39 createdAt: this.createdAt, updatedAt: this.updatedAt, source: this.source,
40 };
41 }
42}
43
44// ─── Memory Store ────────────────────────────────────────────────────────────

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected