Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ showProperty
Method
showProperty
src/test/Test_Video.java:287–289 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
285
}
286
287
private
void
showProperty(String key) {
288
System.out.println(key +
"="
+ HTML5Video.getProperty(jsvideo, key));
289
}
290
291
private
void
showAllProperties() {
292
if
(!isJS)
Callers
1
showAllProperties
Method · 0.95
Calls
2
getProperty
Method · 0.95
println
Method · 0.65
Tested by
no test coverage detected