MCPcopy Create free account
hub / github.com/nodejs/node / CharAt

Method CharAt

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

Return the ascii character at the specified byte index.

(self, index)

Source from the content-addressed store, hash-verified

323 return result
324
325 def CharAt(self, index):
326 """Return the ascii character at the specified byte index."""
327 return self.data[index]
328
329
330class Counter(object):

Callers 1

ByteAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected