Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LegacyCodeHQ/clarity-cli
/ sample.test.mjs
File
sample.test.mjs
depgraph/languages/javascript/testdata/sample.test.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ add, multiply } from
'./sample.mjs'
;
2
3
console.log(
'Testing add:'
, add(2, 3));
4
console.log(
'Testing multiply:'
, multiply(2, 3));
Callers
nothing calls this directly
Calls
2
add
Function · 0.90
multiply
Function · 0.90
Tested by
no test coverage detected