| 4699 | } |
| 4700 | |
| 4701 | static bool cbm_write_owned_hook_script(const char *path, const char *script) { |
| 4702 | return cbm_write_owned_hook_script_with_legacy(path, script, NULL, 0U); |
| 4703 | } |
| 4704 | |
| 4705 | #ifdef _WIN32 |
| 4706 | #define AUGMENT_SESSION_SCRIPT "codebase-memory-session.ps1" |
no test coverage detected