Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
const
write = (s: string): boolean => process.stdout.write(s)
9
const
writeLine = (s: string): boolean => write(s +
'\n'
)
10
11
const
cli = (): ParsedArgs => {
12
let
argv = process.argv.slice(1)
Callers
1
cli
Function · 0.85
Calls
1
write
Function · 0.85
Tested by
no test coverage detected