Expand description
Everything a command needs standing up before it can ask anything.
In the library and not in the binary because a request handler needs exactly the same things a terminal command does, and two ways of finding the probe or of deciding where answers are remembered would be two tools wearing one name.
Structs§
- Bench
- It owns what
Probingborrows, which is the whole reason it is a struct: the interpreter’s path and the build’s name outlive every commit asked about, and threading them through each call said nothing. - Config
soma-tree.toml, at the root of the repository being explored.
Functions§
- probe_
laid_ down - The compiled-in probe, on disk under
cache, becausepythonis handed a path. - probed
- A snapshot for every one of these commits.
- walking
- A whole line of exploration, probed and compared and judged.
- where_
probes_ are_ remembered