Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ AbstractFoo
Class
AbstractFoo
src/test/java/org/dynjs/runtime/java/AbstractFoo.java:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
org.dynjs.runtime.java;
2
3
public
abstract
class
AbstractFoo implements Foo {
4
5
public
abstract String getContent();
6
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected