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

Function decoratePythonProbe

bin/ds.js:2281–2290  ·  view source on GitHub ↗
(probe, source)

Source from the content-addressed store, hash-verified

2279}
2280
2281function decoratePythonProbe(probe, source) {
2282 if (!probe || !probe.ok) {
2283 return null;
2284 }
2285 return {
2286 ...probe,
2287 source,
2288 sourceLabel: pythonSelectionLabel(source),
2289 };
2290}
2291
2292function collectPythonProbes(binaries, source, seenExecutables) {
2293 const probes = [];

Callers 2

collectPythonProbesFunction · 0.85
ensureUvManagedPythonFunction · 0.85

Calls 1

pythonSelectionLabelFunction · 0.85

Tested by

no test coverage detected