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

Function emitLine

apps/desktop/src/cli/format.ts:15–17  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

13}
14
15export function emitLine(line: string): void {
16 process.stdout.write(line + '\n')
17}
18
19export function emitOk(message: string): void {
20 process.stdout.write(message + '\n')

Callers 12

cmdTagListFunction · 0.85
cmdTagFindFunction · 0.85
cmdTaskListFunction · 0.85
cmdCaptureFunction · 0.85
cmdVaultInfoFunction · 0.85
cmdVaultListFunction · 0.85
cmdSearchFunction · 0.85
cmdSearchTitleFunction · 0.85
cmdBacklinksFunction · 0.85
cmdFolderListFunction · 0.85
cmdListFunction · 0.85
emitCreatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected