MCPcopy Create free account
hub / github.com/deathmemory/FridaContainer / _getData

Method _getData

utils/StdString.ts:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 _getData() {
29 const str = this.handle;
30 const isTiny = (str.readU8() & 1) === 0;
31 const data = isTiny ? str.add(1) : str.add(2 * Process.pointerSize).readPointer();
32 return [data, isTiny];
33 }
34}

Callers 2

disposeMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected