Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RevEngiSquad/PineHookPlus
/ getType
Method
getType
app/src/main/java/com/pinehook/plus/Loader.java:46–50 ·
view source on GitHub ↗
(@NonNull Uri uri)
Source
from the content-addressed store, hash-verified
44
}
45
46
@Nullable
47
@Override
48
public
String getType(@NonNull Uri uri) {
49
return
""
;
50
}
51
52
@Nullable
53
@Override
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected