MCPcopy Index your code
hub / github.com/cameri/nostream / wasStashCreated

Function wasStashCreated

src/cli/commands/update.ts:7–9  ·  view source on GitHub ↗
(output: string)

Source from the content-addressed store, hash-verified

5import { runStop } from './stop'
6
7const wasStashCreated = (output: string): boolean => {
8 return !output.includes('No local changes to save')
9}
10
11export const runUpdate = async (passthrough: string[]): Promise<number> => {
12 const spinner = ora('Updating relay...').start()

Callers 1

runUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected