Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LegacyCodeHQ/clarity-cli
/ add
Function
add
depgraph/languages/javascript/testdata/sample.mjs:1–3 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1
export
function
add(a, b) {
2
return
a + b;
3
}
4
5
export
function
multiply(a, b) {
6
return
a * b;
Callers
15
sample.test.mjs
File · 0.90
addHugoRefLinks
Function · 0.85
walkBlocks
Function · 0.85
extractHTMLAttrs
Function · 0.85
walkInline
Function · 0.85
includeBasePathCandidates
Function · 0.85
ResolveTypeScriptProjectImports
Function · 0.85
ResolveTypeScriptImportPath
Function · 0.85
resolveTypeScriptBasePaths
Function · 0.85
resolveWorkspaceBasePaths
Function · 0.85
extractTypeIdentifiersFromTree
Function · 0.85
ResolveSvelteImportPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected