(gen, f)
| 2361 | exports.setEvaluated = setEvaluated; |
| 2362 | const snippets = {}; |
| 2363 | function useFunc(gen, f) { |
| 2364 | return gen.scopeValue("func", { |
| 2365 | ref: f, |
| 2366 | code: snippets[f.code] || (snippets[f.code] = new code_1._Code(f.code)), |
| 2367 | }); |
| 2368 | } |
| 2369 | exports.useFunc = useFunc; |
| 2370 | var Type; |
| 2371 | (function (Type) { |
nothing calls this directly
no test coverage detected