Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agegr/pi-web
/ emptyCell
Function
emptyCell
lib/patch.ts:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
let
added: PendingChangeLine[] = [];
32
33
const
emptyCell = (): SplitDiffCell => ({ lineNo: null, text:
""
,
type
:
"empty"
});
34
const
flushChanges = () => {
35
if
(!current) {
36
removed = [];
Callers
1
flushChanges
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected