The memory digest rides only the global bundle.
(self)
| 498 | |
| 499 | /// The memory digest rides only the global bundle. |
| 500 | fn include_memory_digest(self) -> bool { |
| 501 | self.scope == InstallScope::Global |
| 502 | } |
| 503 | } |
| 504 | |
| 505 | fn install_codex_plugin_bundle( |
no outgoing calls
no test coverage detected