MCPcopy
hub / github.com/compodoc/compodoc / Image

Interface Image

test/src/cli/cli-custom-logo.spec.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const tmp = temporaryDir();
4
5interface Image {
6 size: number;
7}
8
9describe('CLI custom logo', () => {
10 const distFolder = tmp.name + '-logo';

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…