Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ run
Method
run
tvbus/src/main/java/com/tvbus/engine/TVCore.java:137–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
@Override
138
public
void
run() {
139
try {
140
init(handle, Init.context());
141
run(handle);
142
} catch (Throwable ignored) {
143
}
144
}
145
146
private
native long initialise();
147
Callers
nothing calls this directly
Calls
2
init
Method · 0.95
context
Method · 0.95
Tested by
no test coverage detected