MCPcopy 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

1export function add(a, b) {
2 return a + b;
3}
4
5export function multiply(a, b) {
6 return a * b;

Callers 15

sample.test.mjsFile · 0.90
addHugoRefLinksFunction · 0.85
walkBlocksFunction · 0.85
extractHTMLAttrsFunction · 0.85
walkInlineFunction · 0.85
ResolveSvelteImportPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected