MCPcopy
hub / github.com/marko-js/marko / Result

Interface Result

scripts/sizes.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface Result {
28 name: string;
29 user?: Sizes;
30 runtime?: Sizes;
31 total?: Sizes;
32}
33
34interface Saved {
35 examples: Record<string, string>;

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…