MCPcopy Index your code
hub / github.com/nodejs/node / ByteAt

Method ByteAt

deps/v8/tools/stats-viewer.py:315–317  ·  view source on GitHub ↗

Return the (unsigned) byte at the specified byte index.

(self, index)

Source from the content-addressed store, hash-verified

313 self.data = data
314
315 def ByteAt(self, index):
316 """Return the (unsigned) byte at the specified byte index."""
317 return ord(self.CharAt(index))
318
319 def IntAt(self, index):
320 """Return the little-endian 32-byte int at the specified byte index."""

Callers 3

NameMethod · 0.80
NameMethod · 0.80
CountersInUseMethod · 0.80

Calls 1

CharAtMethod · 0.95

Tested by

no test coverage detected