Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ addLoadPath
Method
addLoadPath
src/main/java/org/dynjs/runtime/builtins/Require.java:111–114 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
109
}
110
111
public
void
addLoadPath(String path) {
112
this.loadPaths.add(path);
113
this.put(
"paths"
, loadPaths);
114
}
115
116
public
void
pushLoadPath(String path) {
117
this.loadPaths.push(path);
Callers
3
call
Method · 0.95
modulesSpec.js
File · 0.80
load
Method · 0.80
Calls
2
put
Method · 0.65
add
Method · 0.45
Tested by
no test coverage detected