MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / unique_install_path

Function unique_install_path

Scripts/DedSec Market.py:553–561  ·  view source on GitHub ↗
(base_path)

Source from the content-addressed store, hash-verified

551 in_code_fence = not in_code_fence
552 if active_language == target:
553 output.append(line)
554 elif active_language is None:
555 pending_shared.append(line)
556 continue
557
558 marker = None if in_code_fence else detect_language_label(
559 re.sub(r"^#{1,6}\s+", "", stripped)
560 )
561 if marker:
562 active_language = marker
563 if marker == target and pending_shared:
564 output.extend(pending_shared)

Callers 1

install_appFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected