Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DevCloudNinjas/DevOps-Projects
/ reset_target
Function
reset_target
tools/build_starlight_content.py:1276–1279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1274
1275
1276
def
reset_target() -> None:
1277
if
TARGET_DOCS.exists():
1278
shutil.rmtree(TARGET_DOCS)
1279
TARGET_DOCS.mkdir(parents=True, exist_ok=True)
1280
1281
1282
def
main() -> None:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected