Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mifi/lossless-cut
/ esc
Function
esc
src/main/menu.ts:13–13 ·
view source on GitHub ↗
(val: string)
Source
from the content-addressed store, hash-verified
11
// menu-safe i18n.t:
12
// https://github.com/mifi/lossless-cut/issues/1456
13
const
esc = (val: string) => val.replaceAll(
'&'
,
'&&'
);
14
15
const
{ Menu } = electron;
16
Callers
1
menu.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected