MCPcopy Create free account
hub / github.com/chieapp/chie / serialize

Method serialize

src/controller/api-manager.ts:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 serialize() {
49 const data = {};
50 for (const id in this.#credentials)
51 data[id] = this.#credentials[id].serialize();
52 return data;
53 }
54
55 registerAPI(record: APIRecord) {
56 if (record.name in this.#apis)

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.65

Tested by

no test coverage detected