Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathmemory/FridaContainer
/ dispose
Method
dispose
utils/StdString.ts:9–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
dispose() {
10
const
[data, isTiny] = this._getData();
11
if
(!isTiny) {
12
// @ts-ignore
13
Java.api.$delete(data);
14
}
15
}
16
17
disposeToString() {
18
const
result = this.toString();
Callers
1
disposeToString
Method · 0.95
Calls
1
_getData
Method · 0.95
Tested by
no test coverage detected