()
| 11 | // boilerplate problem params |
| 12 | const ace = { |
| 13 | getSession() { return { |
| 14 | getDocument() { return { |
| 15 | createAnchor() {} |
| 16 | }; }, |
| 17 | addMarker() {} |
| 18 | }; } |
| 19 | }; |
| 20 | const aether = { |
| 21 | raw: "this.say('hi');\nthis.sad('bye');", |
nothing calls this directly
no outgoing calls
no test coverage detected