Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Jni
Function · 0.80
Calls
2
toString
Method · 0.95
dispose
Method · 0.95
Tested by
no test coverage detected