(path3)
| 17770 | var SchemaCache = class { |
| 17771 | cache = /* @__PURE__ */ new Map(); |
| 17772 | get(path3) { |
| 17773 | return this.cache.get(path3); |
| 17774 | } |
| 17775 | set(path3, content) { |
| 17776 | this.cache.set(path3, content); |
| 17777 | } |
no outgoing calls
no test coverage detected