MCPcopy
hub / github.com/ecyrbe/zodios / build

Method build

src/api.ts:220–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 return this as any;
219 }
220 build(): T {
221 checkApi(this.api!);
222 return this.api!;
223 }
224}
225
226/**

Callers 4

api.test.tsFile · 0.45
zodios.test.tsFile · 0.45
articles.tsFile · 0.45

Calls 1

checkApiFunction · 0.85

Tested by

no test coverage detected