MCPcopy Create free account
hub / github.com/GCWing/BitFun / is_flashgrep_target

Function is_flashgrep_target

src/apps/desktop/src/logging.rs:188–190  ·  view source on GitHub ↗
(target: &str)

Source from the content-addressed store, hash-verified

186}
187
188fn is_flashgrep_target(target: &str) -> bool {
189 target.starts_with(FLASHGREP_LOG_TARGET_PREFIX)
190}
191
192pub fn create_session_log_dir() -> PathBuf {
193 let logs_root = resolve_logs_root();

Callers 1

build_log_targetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected