MCPcopy Create free account
hub / github.com/ConnectAI-E/TalkBase / constructor

Method constructor

utils/BaseSchema/dataWriter.ts:10–12  ·  view source on GitHub ↗
(tableInfo: TableProps)

Source from the content-addressed store, hash-verified

8 private _result: Record<string, string> = {};
9
10 constructor(tableInfo: TableProps) {
11 this.tableInfo = tableInfo;
12 }
13
14 load(res: any) {
15 this._result = res;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected