MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / main

Function main

tests/test_code/js/ambiguous_names/ambiguous_names.js:26–30  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

24}
25
26function main(cls) {
27 obj = cls()
28 obj.magic()
29 obj.cadabra_it()
30}
31
32main()

Callers 1

ambiguous_names.jsFile · 0.70

Calls 2

magicMethod · 0.45
cadabra_itMethod · 0.45

Tested by

no test coverage detected