MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / minimumPythonRequest

Function minimumPythonRequest

bin/ds.js:2277–2279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2275}
2276
2277function minimumPythonRequest() {
2278 return `${minimumPythonVersion.major}.${minimumPythonVersion.minor}`;
2279}
2280
2281function decoratePythonProbe(probe, source) {
2282 if (!probe || !probe.ok) {

Callers 2

createPythonRuntimePlanFunction · 0.85
resolvePythonRuntimePlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected