Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ pagefind_executable
Function
pagefind_executable
scripts/build-docs.py:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
pagefind_executable() -> str:
77
return
CURRENT_PLATFORM.binary_name(
78
binary_name=
"{name}-{version}"
.format(name=PAGEFIND_NAME, version=PAGEFIND_VERSION)
79
)
80
81
82
def
ensure_pagefind() -> PurePath:
Callers
1
ensure_pagefind
Function · 0.85
Calls
1
binary_name
Method · 0.45
Tested by
no test coverage detected