MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTotalLinesAdded

Function getTotalLinesAdded

src/bootstrap/state.ts:712–714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

710}
711
712export function getTotalLinesAdded(): number {
713 return STATE.totalLinesAdded
714}
715
716export function getTotalLinesRemoved(): number {
717 return STATE.totalLinesRemoved

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected