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

Class

tests/test_code/js/ternary_new/ternary_new.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class ClassMap {
23 fact(which) {
24 return which == "abra" ? abra_fact : cadabra_fact;
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected