MCPcopy Index your code
hub / github.com/midrender/revideo / isCodeMetrics

Function isCodeMetrics

packages/2d/src/lib/code/CodeMetrics.ts:45–47  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

43}
44
45export function isCodeMetrics(value: any): value is CodeMetrics {
46 return value?.content !== undefined;
47}

Callers 2

resolveCodeTagFunction · 0.90
parseCodeFragmentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected