Skip to content

Commit

Permalink
Added clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Mickens authored and Danny Mickens committed Jan 11, 2024
1 parent e18693b commit b35ef8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/v-protocol/src/buffer-reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class BufferReader {
return result
}

//signed 64 bit little endian
public int64LE(): bigint {
const result = this.buffer.readBigInt64LE(this.offset)
this.offset += 8
Expand Down

0 comments on commit b35ef8c

Please sign in to comment.