MCPcopy Index your code
hub / github.com/deathmemory/FridaContainer / disposeToString

Method disposeToString

utils/StdString.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 disposeToString() {
18 const result = this.toString();
19 this.dispose();
20 return result;
21 }
22
23 toString() {
24 const [data] = this._getData();

Callers 1

prettyMethod_JniFunction · 0.80

Calls 2

toStringMethod · 0.95
disposeMethod · 0.95

Tested by

no test coverage detected