MCPcopy Create free account
hub / github.com/SimplrJS/ts-docs-gen /

Class

packages/ts-docs-gen/src/api-items/definitions/api-call.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ReferenceRenderHandler } from "../../contracts/serialized-api-item";
4
5export class ApiCall extends ApiCallable<Contracts.ApiCallDto> {
6 public ToText(render: ReferenceRenderHandler = this.DefaultReferenceRenderer): string[] {
7 return [
8 `${this.CallableToString(render)};`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected