MCPcopy
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
76def pagefind_executable() -> str:
77 return CURRENT_PLATFORM.binary_name(
78 binary_name="{name}-{version}".format(name=PAGEFIND_NAME, version=PAGEFIND_VERSION)
79 )
80
81
82def ensure_pagefind() -> PurePath:

Callers 1

ensure_pagefindFunction · 0.85

Calls 1

binary_nameMethod · 0.45

Tested by

no test coverage detected