MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / emitOk

Function emitOk

apps/desktop/src/cli/format.ts:19–21  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

17}
18
19export function emitOk(message: string): void {
20 process.stdout.write(message + '\n')
21}
22
23export function emitError(message: string): void {
24 process.stderr.write(`zn: ${message}\n`)

Callers 9

cmdTaskToggleFunction · 0.85
cmdCaptureFunction · 0.85
cmdFolderCreateFunction · 0.85
cmdFolderRenameFunction · 0.85
cmdFolderDeleteFunction · 0.85
cmdDeleteFunction · 0.85
emitCreatedFunction · 0.85
emitWrittenFunction · 0.85
cmdOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected