Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
export
function
isCodeMetrics(value: any): value is CodeMetrics {
46
return
value?.content !== undefined;
47
}
Callers
2
resolveCodeTag
Function · 0.90
parseCodeFragment
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected