Skip to content

Commit

Permalink
prepare for impl
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 6, 2024
1 parent 9933764 commit f0e3a10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sim/state/flashlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,12 @@ namespace pxsim.flashlog {
init();
mirrorToSerial = !!enabled;
}

export function getNumberOfRows(fromRowIndex = 0): number {
return 0 // TODO
}

export function getRows(fromRowIndex: number, nRows: number): string {
return "" // TODO
}
}

0 comments on commit f0e3a10

Please sign in to comment.