MCPcopy
hub / github.com/breferrari/obsidian-mind / echo

Function echo

scripts/qmd-bootstrap.ts:95–98  ·  view source on GitHub ↗
(outcome: SpawnOutcome)

Source from the content-addressed store, hash-verified

93}
94
95function echo(outcome: SpawnOutcome): void {
96 if (outcome.stdout) process.stdout.write(outcome.stdout);
97 if (outcome.stderr) process.stderr.write(outcome.stderr);
98}
99
100function ensureQmd(entry: string | null): void {
101 const probe = spawnQmd(entry, ["--version"]);

Callers 2

runFunction · 0.85
runIdempotentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected