MCPcopy
hub / github.com/compodoc/compodoc / IApiSourceResult

Interface IApiSourceResult

src/utils/api-source-result.interface.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IApiSourceResult<T> {
2 source: string;
3 data: T | undefined;
4 score: number;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…