MCPcopy Index your code
hub / github.com/marktext/marktext / writeLine

Function writeLine

packages/desktop/src/main/cli/index.ts:9–9  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

7
8const write = (s: string): boolean => process.stdout.write(s)
9const writeLine = (s: string): boolean => write(s + '\n')
10
11const cli = (): ParsedArgs => {
12 let argv = process.argv.slice(1)

Callers 1

cliFunction · 0.85

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected