Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ resetLine
Function
resetLine
src/proxy/mailbox/store.js:139–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
let
dropping = false;
138
139
const
resetLine = () => {
140
parts = [];
141
lineBytes = 0;
142
dropping = false;
143
};
144
145
const
appendSegment = (segment) => {
146
if
(!segment || segment.length === 0 || dropping)
return
;
Callers
1
finishLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected