Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getFileName
Method
getFileName
src/main/java/org/dynjs/ir/IRJSProgram.java:58–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
@Override
59
public
String getFileName() {
60
return
scope.getFileName();
61
}
62
63
@Override
64
public
boolean isStrict() {
Callers
nothing calls this directly
Calls
1
getFileName
Method · 0.65
Tested by
no test coverage detected