Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ Parser
Method
Parser
app/src/main/java/com/github/catvod/js/utils/Parser.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
private
final
Cache cache;
28
29
public
Parser() {
30
cache =
new
Cache();
31
}
32
33
private
Info getParseInfo(String rule) {
34
Info info =
new
Info(rule);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected