MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / formatStartupTimeoutValue

Function formatStartupTimeoutValue

src/settings/lspServerDetail.js:150–154  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

148}
149
150function formatStartupTimeoutValue(timeout) {
151 return typeof timeout === "number"
152 ? fillTemplate(strings["lsp-timeout-ms"], { timeout })
153 : strings["lsp-default"];
154}
155
156function sanitizeInstallMessage(message) {
157 const lines = String(message || "")

Callers 2

createItemsFunction · 0.85
refreshVisibleStateFunction · 0.85

Calls 1

fillTemplateFunction · 0.85

Tested by

no test coverage detected